| I have list of urls in file links.txt.
Example:
<http://www.example.com/page1.html>
<http://www.othersite.com/page/>
..
I would like download only these pages with pictures,css,js.
What keys should I use?
httrack --list links.txt --path mirror +*.jpg +*.css +*.png +*.ico +*.js
| |