| > Hi, i want to download some pages but i don't want
> image files.
>
> I SET
>
> +*.png -*.gif -*.jpg +*.css +*.js
> -ad.doubleclick.net/* -mime:application/foobar
1) png is also an image (unless that is a typo)
2) You're not getting those three. What's the problem?3) *.gif only effects
files ending with that extension, not things like getImage.php?ID=xx You could
use -mime:image/* to block all images.
4) Always post the command line used (log file line two)
| |