| > thanks for the responses. HTML files are not missed: only
> the specified page should be downloaded and this works with
> the filter substring '-*' in front of all the others fine.
> But I get either no inline and no linked images (for
> example with mirror depth 0 or 1) or I will get all with a
> mirror depth of 2 or more.
If I was going to capture just a single page, I only use scan rules, not
mirroring depth or anything else:
-* +*.jpg +*.gif +*.css +*.js
Apart from -*, I think the rest are default rules. If you could give an
example URL we might be able to sort it out easier.
HTTrack will grab images both from the IMG SRC="" tag and also images linked
by A HREF="". I don't believe there is a difference between them. If you
have specified +*.jpg in your rules then the program should get ANY and ALL
.jpg files which are present in the page.
Is there any information / errors in the log file? | |