| User: editor -- 2011-09-30 << 863 865 >> |
| Hits: 5060 |
| Type: Batch download |
| Search all Batch download examples |
| Description: |
| How to download multiple webpages with part of url as filename? I need to download many webpages with format of http://www.exp.com/test.php?id=123, how to download and save these webpages with filename like 123.html? |
| Input Sample: |
| http://www.exp.com/test.php?id=123 http://www.exp.com/test.php?id=124 ... |
| Output Sample: |
| download webpages and save as: 123.html 124.html ... |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. prepare a text file, each line contain a webpage address start with http 2. open "Tools->Batch Runner" window, click "import list" to import the list file. 3. check option of 'set output filename' and change the following entry of "${FILENAME}" to: 4. click 'copy/download', all files will be download to default download folder with desired filename. Note: * version 2.67 or newer version is required to support the function. * you can check option of 'change output folder' if you want to download to other folder. |
Screenshot 1: Batch_Runner_Window |