Steven M. Schweda wrote:
From: Michiel de Boer
[...] Therefore I use -O to write to a more sensible name. [...]
Unfortunately, "-O" does not do name conversion, it simply directs
all the program output to a specified file, and this causes bad behavior
when "-O" is combined with many other options. Use the "Search" feature
at http://www.mail-archive.com/[email protected]/ (for "-O") to find many
similar complaints involving "-O".
------------------------------------------------------------------------
Steven M. Schweda [EMAIL PROTECTED]
382 South Warwick Street (+1) 651-699-9818
Saint Paul MN 55105-2547
Thanks for the reply :)
I had a conversation on freenode's #wget with micahcowan too, who told me
about this. Is there another way though to achieve the same thing? Namely the
problem that lies underneath is the fact that link conversion is based on the
filename the html is saved under. So for either to change the other must too,
and it would be a Good Thing if wget facilitated that somehow. At the moment,
I must parse the html with Perl to do the link conversion myself.
Regards,
Michiel de Boer