X-debbugs-Cc: [email protected]
Package: w3m
Version: 0.5.2-10
-dump_source
dump page source into stdout
-dump_extra
dump HEAD, source, and extra information into stdout
etc. have the capability to send raw gzip matter to the terminal.
So one needs
$ w3m -dump_source http://...|zcat
to read it.
However in the case of -dump_extra, the first part is stdout plain, the
last part is gzipped, so one cannot just use zcat!
The solution is for w3m to take care of this for us internally for all
of these options, and add an -really_raw option for those who want
unprocessed output.
I never seemed to have this problem with GET(1).
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]