On Tuesday 14 June 2005 12:49 pm, Frank McCown wrote: > I am not sure if this is a bug or if it's on a list of future > things-to-do for wget. > > If a web page is downloaded using -p, the images that are referenced in > the embedded style sheet do not get downloaded. > > Example: wget -p http://foo.edu/myfile.html > > <!-- myfile.html contains an embedded style sheet --> > <style> > body { background-image:url(images/bits.gif); } > </style> > > *should* cause images/bits.gif to be downloaded. > > Although I'm using GNU Wget 1.8.2, I didn't see this problem being > addressed in the 1.9.1 version.
unfortunately, wget does not perform url parsing from css at the moment. -- Aequam memento rebus in arduis servare mentem... Mauro Tortonesi http://www.tortonesi.com University of Ferrara - Dept. of Eng. http://www.ing.unife.it Institute for Human & Machine Cognition http://www.ihmc.us GNU Wget - HTTP/FTP file retrieval tool http://www.gnu.org/software/wget Deep Space 6 - IPv6 for Linux http://www.deepspace6.net Ferrara Linux User Group http://www.ferrara.linux.it
