Answer the question
In order to leave comments, you need to log in
How to download several files at once from different links and rewrite tags into one document?
Hello.
I need to download a bunch of files from a link like site.com/xml/?request=get_goods&id_good=1
But after "id_good=" there are numbers from 100 to 300 (for example).
Here I need to download 200 files at once from different links and pull out inscriptions from tags like English.
How to do it?
Answer the question
In order to leave comments, you need to log in
Download master- add a group of downloads
site.com/xml/?request=get_goods&id_good=$
"pull inscriptions from tags like English"
Total commander contextual search
What's the problem? What JAP do you prefer?
With link generation? In a loop, collect a string and pass it on.
With a jump? Choose a PL where this is done in an elementary way. Or study the documentation for your favorite.
In Linux, this is done elementarily on bash + wget.
Parse XML? Well, here you are. No one knows the XML structure except you. There are libraries for parsing for most PLs, for example, xmllint/xmlstar is available for a bash solution in Linux.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question