"Youssef Eldakar" <[EMAIL PROTECTED]> writes: > I noticed that URLs in <BASE HREF="..."> are not converted when > using the -k option to convert links in recursive downloads. In > which case, they have to be fixed manually in order for browsing to > work. Is there a better solution?
wget -k is supposed to change <base href="..."> to just <base href=""> which should be a no-op, and modify the links to point to the real files (or to resolved URLs in the case of URLs not downloaded) anyway. How does it work for you?
