| Hi Bo,
thanks for your reply.
> Use options:
>
> --depth=1 --ext-depth=2 --near
>
> (or -r1 -%e2 -n)
But doesn't this mean the following:
- use a link depth of 1 for the actual website to be mirrored (= only get the
top level links): "-r1"
- follow external links up to a link depth of two: "-%e2"
- get near objects
This is not quite exactly what I'm trying to do. I am looking for:
1) mirror website www.foo.bar up to an (internal) link depth of N
2) for each web page mirrored in step (1), download each external link
(images, flash, video /but/ also web pages) up to a link depth of 1
I tried the your suggested options, but it didn't work out. It only downloaded
the first page from a website, and even didn't follow a single
website-internal link. | |