| I want to download only selected pages from a website with all their
prerequisites.
For example, instead of download all from example.com
httrack <http://www.example.com/test/> +http://images.example.com/*"
--can-go-down
I want to download the pages from a list (eg. links.txt) containing something
like this:
<http://www.example.com/test/somepage.html>
<http://www.example.com/test/anotherpage.html>
..
..
<http://www.example.com/test/yetanotherpage.html>
There are about 500 urls to download.
Can httrack do this?
Thanks,
Martin | |