Page 1 of 1

Download images from website

Posted: Thu Oct 27, 2016 7:30 pm
by ^rooker
Taken from shell-code of Eduard Schaeli's "Image Scraper":

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