| > Hello,
>
> I don't really understand how to use filters :(
>
> How should I run the program to scan a website and download only the url
with *master-list*, without images, pdfs... (html only) ?>
> Actually I'm using :
>
> httrack "[my_website]" -O "/tmp/[my_website]" "+*.[my_website]*" -v
>
> everything is downloaded.
>
> Thanks you for your precious help !!
> raf
>
Try httrack "[my_website]" -O "/tmp/[my_website]" -* +*.html -v | |