wget enhancements

outputTags Perl script that tags all wget output with the line in the source file that generated it (useful to figure out what part of wget is emiting interesting output. For example:
[http:2522] --2009-07-14 18:07:55-- http://www.exelana.com/
[host:716] Resolving www.exelana.com... 64.50.160.129
[connect:272] Connecting to www.exelana.com|64.50.160.129|:80... [connect:335] connected.
[http:1797] HTTP request sent, awaiting response... [http:1836] 200 OK
[http:2256] Length: unspecified[http:2279] [text/html]
[http:2353] Saving to: `index.html'

[ <=> ] 6,395 --.-K/s in 0.04s

[http:2859] 2009-07-14 18:08:04 (149 KB/s) - `index.html' saved [6395]

unfollowed-links.tgz Adds --unfollowed-links option (to save all unfollowed links to a file).

wget-results.tgz Adds --results option (writes session results to an XML file). work in progress
Sample: wget.xml

Send me reports of any errors or suggestions you have about my wget files.