mirror of
https://github.com/Radiquum/furaffinity-dl.git
synced 2025-04-06 00:04:38 +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:
|
# this trick may come in handy for avoiding slashes in filenames:
|
||||||
# | tr '/' '∕'
|
# | tr '/' '∕'
|
||||||
|
|
||||||
wget "$image_url"
|
wget --timestamping "$image_url"
|
||||||
done
|
done
|
||||||
page_counter=$((page_counter + 1))
|
page_counter=$((page_counter + 1))
|
||||||
url="$base_url"/"$page_counter"
|
url="$base_url"/"$page_counter"
|
||||||
|
|
Loading…
Add table
Reference in a new issue