tag v:shapes ???

2002-05-27 Thread Jacques Beigbeder
Hello, I ran into a trouble with: wget -m http://some/site because of a line like: img src=a.gif v:shapes=... v:shapes contains a character ':', so a.gif isn't mirrored. Correction for wget 1.8.1: (line 340 of src/html-parse.c) #define NAME_CHAR_P(x) (ISALNUM (x) || (x) == '.'

Re: tag v:shapes ???

2002-05-27 Thread Hrvoje Niksic
Jacques Beigbeder [EMAIL PROTECTED] writes: I ran into a trouble with: wget -m http://some/site because of a line like: img src=a.gif v:shapes=... v:shapes contains a character ':', so a.gif isn't mirrored. Correction for wget 1.8.1: (line 340 of src/html-parse.c) #define

Re: tag v:shapes ???

2002-05-27 Thread Hrvoje Niksic
Hrvoje Niksic [EMAIL PROTECTED] writes: Jacques Beigbeder [EMAIL PROTECTED] writes: I ran into a trouble with: wget -m http://some/site because of a line like: img src=a.gif v:shapes=... v:shapes contains a character ':', so a.gif isn't mirrored. Correction for wget 1.8.1:

Re: tag v:shapes ???

2002-05-27 Thread Ian Abbott
On Mon, 27 May 2002 16:22:57 +0200, Hrvoje Niksic [EMAIL PROTECTED] wrote: Jacques Beigbeder [EMAIL PROTECTED] writes: I ran into a trouble with: wget -m http://some/site because of a line like: img src=a.gif v:shapes=... v:shapes contains a character ':', so a.gif isn't