| > I want to download all the .doc and .docx (s) from a
> website.
>
> Just the above files, i dont have any need for
> anything else.
>
> I tried doing the filter but got confused. Help
> would be greatly appreciated!
Unless you have a list of the .docs, you MUST let it spider the html to get
them:
-* +mime:text/html +*doc +*docx
| |