View Single Post
Old Jan 19th, 2007, 2:12 PM   #8
bulio
Hobbyist Programmer
 
bulio's Avatar
 
Join Date: Jul 2004
Location: Location
Posts: 138
Rep Power: 5 bulio is on a distinguished road
Quote:
Originally Posted by Arevos View Post
Since the pages of the forum have predictable URLs, you could do something like:

for i in $(seq 0 15 525); do
    wget -A.jpg,.gif,.png -r -l1 "http://bombingscience.com/graffitiforum/index.php?showtopic=4900&st=$i"
done
I'm not running Linux though, I'm using windows 2000 with wget for windows. Or do you mean do this in python or perl?
bulio is offline   Reply With Quote