I need to download several images from a site, where only the page number changes, but the id
of the tag img
is always the same.
I would like to know if you can create a program that does this download and page exchange, automatically .
The id is #backgroundImg
. The ?page=96
page, for example. It can in any language or medium.
I made this code, but I still can not download it.
D:\>FOR %A IN (1,1,96) DO
wget -A.jpg http://www.servidor.com.br/#/edition/T3916843A?page=%Asection=1
I'm using wget
in the prompt command.