Quote:
Originally Posted by Arevos
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?