Code: Select all
wget -e robots=off \
-H -nd -nc -np -p -N \
--accept jpg,jpeg,png,gif \
--convert-links \
--limit-rate=200k \
--wait 1.0 \
-P $target_folder $stripped_url
Code: Select all
wget -e robots=off \
-H -nd -nc -np -p -N \
--accept jpg,jpeg,png,gif \
--convert-links \
--limit-rate=200k \
--wait 1.0 \
-P $target_folder $stripped_url