Patch to allow filtering on content-type header

2008-07-25 Thread Lars Kotthoff
Hi list, I've written a patch which allows filtering on the content-type header to select what is downloaded. E.g. wget -r --content-type=text/* http://www.foobar.com will only download things with a content-type header of text/html, text/plain etc. There's also a content-type-exclude option to

Re: Patch to allow filtering on content-type header

2008-07-25 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lars Kotthoff wrote: Hi list, I've written a patch which allows filtering on the content-type header to select what is downloaded. E.g. wget -r --content-type=text/* http://www.foobar.com will only download things with a content-type header of