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?