> I have a site to download but for example want to go
> to
>
> <http://www.site.com/level_1>
>
> parse/scan this html and download only
>
> +*http://www.site.com/level_2*
>
> but then NOT parse/scan these level_2 pages (i.e.
> only download them).
>
> Is this possible?
Something like:
-*
+www.site.com/level_1*
+www.site.com/level_2*
+*.jpg +*.js +*.css (etc)
|