| > So, the problem is - I want to download just a part of a
> web site, for example let's say that the site's name is
> www.somesite.com and let's say that it has sub-sites like
> www.somesite.com/1/, www.somesite.com/2/,
> www.somesite.com/3/, www.somesite.com/4/, etc. And I want
> to download only www.somesite.com/1/ and
> www.somesite.com/4/ - what should I set the options
within
> the rules section?! How to download only those parts of a
> site?!
-* +www.somesite.com/1/* +www.somesite.com/4/*
if you want all images and related files too, whatever the
domain is:
-* +www.somesite.com/1/* +www.somesite.com/4/* +*.gif
+*.jpg +*.png +*.css +*.js
> And one more - if those parts aren't linked among
> themselves but they are linked just on a homepage of the
> site, how would they be downloaded?
httrack will only download, by default, files within the
default scope (same address, same or lower directory
levels ; and all images if the default scan rules are left
as is)
| |