Answer the question
In order to leave comments, you need to log in
Is there a program that can download pictures from a range of links?
There is a range of links, let's say site.ru/[a:z][1:9] a:z, 1:9 - ranges of letters that should be sorted, i.e. the first link is site.ru/a1, the second is site.ru/a2 and so on. The link contains one image. Question for connoisseurs: is there any software capable of parsing images from such links? Or just write yourself?
Answer the question
In order to leave comments, you need to log in
Download and install wget, run the following on the command line:
Add wget parameters to your taste to form the name of the local file (if, for example, the site always gives some kind of wild get_image.php, as many CMS do) and other tricks.
If you arrange it in the form of a .bat file, then replace single percentages with double ones.
The above code simply uses two nested FOR loops. Information on FOR syntax, for example, is here: ss64.com/nt/for.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question