Dennis Heuer <[EMAIL PROTECTED]> writes: > For example: if I want to grab a series of pdf's from a list that is > part of an HTML-document, I want to just set -Apdf. This does not > work, though, because the HTML-document gets rejected. I have to set > -Ahtml,pdf.
Really? Which version of Wget are you using? I use `wget -rl1 http://.../something.html -A.extension' a lot and it works for me.
