Download images from website

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

Download images from website

Post 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
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply