User: editor -- 2011-04-26 << 768 770 >> |
Hits: 6379 |
Type: Html text generator |
Search all Html text generator examples |
Description: |
How to extract all image links from multiple html files? |
Input Sample: |
multiple html files: 1.html 2.html 3.html ... |
Output Sample: |
img_link.txt: http://..../a.jpg http://..../b.gif http://..../c.jpg ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. open "Tools->Batch Runner" menu 2. drag multiple html files from "Windows File Browser" to "Batch Runner" window 3. click "Fast Replace" button to open "Fast Replace" window * click "add", set "Replace" to: * click "ok" 4. make sure "Regexp" and "Cross Line" options are selected 5. click "start" and click "output to single file", done! |
Screenshot 1: Fast_Replace_Window |