View Single Post
Old Jan 21st, 2007, 2:15 PM   #15
bulio
Hobbyist Programmer
 
bulio's Avatar
 
Join Date: Jul 2004
Location: Location
Posts: 138
Rep Power: 5 bulio is on a distinguished road
Oh and finally, what would I need to change if I wanted to begin downloading images from say, page 300 of a forum thread?

I'm assuming I'd change:

for i in range(0, 526, 15)
To this:
 for i in range(4500, 526, 15)

Since st=4500 would be the 300th page.

Also, it seems like around 40-60 images didn't get downloaded. Any idea why soem are getting downloaded no problem, but some aren't?

Last edited by bulio; Jan 21st, 2007 at 2:35 PM.
bulio is offline   Reply With Quote