Jamie Zawinski <[EMAIL PROTECTED]> writes:
> The log says it all; it's treating the "#" as part of the URL
> instead of stripping it.
Thanks for the report; I believe this bug has been fixed in 1.8:
{florida}[~/work/wget/src]$ ./wget http://www.dnalounge.com/backstage/log/latest.html
--04:41:48-- http://www.dnalounge.com/backstage/log/latest.html
=> `latest.html'
Resolving www.dnalounge.com... done.
Connecting to www.dnalounge.com[209.157.129.108]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.dnalounge.com/backstage/log/2001/11.html#18-nov-2001 [following]
--04:41:48-- http://www.dnalounge.com/backstage/log/2001/11.html
=> `11.html'
Connecting to www.dnalounge.com[209.157.129.108]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 15,981 [text/html]
100%[===================================>] 15,981 36.04K/s ETA 00:00
04:41:49 (36.04 KB/s) - `11.html' saved [15981/15981]
My previous message contains the URL you can get Wget 1.8 from.