This wont be easy to answer so I would like some guide instead: I want to download images form a webserver. I know how to get an image from a url, but i dont know how many pages I can find. (example, chapter 01 has 21 images, chapter 02 only 12...)
There is a combo box (DropdownChoice) on the webpage that tells how many pages are of that chapter. Is there a way I can get that info?
if I get to know that, i can do a for from page 1 to page x and download every image.
fyi I am using python
Thanks!