| > But the idea is that I dont want any recurcy i.e.
the
> deep level is always 0, as I work with a fixed list
of
> URLs. Isn't any way aaround it anyway?
Well, 0 depth? You only want to download listed URLs,
and that's all (no links after?)
In this case use:
-*
as filter, it will only download primary (URLs given)
URLs
| |