| > I've been looking for a setting that would tell HTTrack
to
> always follow links for images/scripts/css for any HTML
> page regardless of depth. I've seen many posts answered
> with the -* +*.gif +*.png.. trick, but that appears to
only
> work if you just want to get ONE page.
Just set
+*.gif +*.jpg +*.png +*.css +*.js
(without -*)
> If I tell it to mirror a site to five levels deep, I'd
like
> the last level of pages to go one level deeper to get its
> images, but not HTML pages, so I don't end up with pages
> that have broken images anywhere.
They won't be broken, but rewritten to be absolute links
(http://)
I will have to implement a "get all images from the last
level" one day, however..
| |