[Nottingham] Downloading multiple images from a website

Martin Garton martin at stupids.org
Thu Jun 2 14:17:47 BST 2005


On Thu, 2005-06-02 at 13:51 +0100, Paul Sladen wrote:

>   wget --wait=10 http://www.website.com/images/random404img/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}.jpg

Nice approach.

Except you get 000.jpg 001.jpg etc. but you want 0.jpg 1.jpg etc.

I think overall the solutions involving "seq 0 999" are probably the way
to go.

-- 
Martin.






More information about the Nottingham mailing list