mirror of
https://github.com/Radiquum/furaffinity-dl.git
synced 2025-04-05 07:44:37 +00:00
Do not re-download already downloaded files, unless they were updated
This commit is contained in:
parent
9a55a8a32a
commit
f236e84e82
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ while true; do
|
|||
# this trick may come in handy for avoiding slashes in filenames:
|
||||
# | tr '/' '∕'
|
||||
|
||||
wget "$image_url"
|
||||
wget --timestamping "$image_url"
|
||||
done
|
||||
page_counter=$((page_counter + 1))
|
||||
url="$base_url"/"$page_counter"
|
||||
|
|
Loading…
Add table
Reference in a new issue