| > I want to grab 6 pages from the same website which
> are interlinked. I have made a list of the addresses
> of those 6 pages and I feeded this list to HTTrack.
> The problem is that if I set "Maximum mirroring
> depth" to 1, the pages aren't interlinked, but if I
> set it to 2, I get a bunch of other pages I don't
> want. Is there an option to tell to HTTrack to grab
> only the pages I specify and to "localize" the links
> between those pages?
Don't use depth in this case.
If your pages are something like:
<http://example.com/page1.htm>
<http://example.com/page2.htm>
...
<http://example.com/page6.htm>
Then just set your start URL to:
<http://example.com/page1.htm>
and add the other pages in your filters as:
-*
+example.com/page2.htm
+example.com/page3.htm
...
+example.com/page6.htm
+*.gif +*.jpg +*.png (and other filetypes you need)
| |