Do not re-download already downloaded files, unless they were updated

This commit is contained in:
Sergey "Shnatsel" Davidoff 2016-05-25 23:51:34 +03:00
parent 9a55a8a32a
commit f236e84e82

View file

@ -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"