unhtml
======
UNHTML is a "filter" program which takes HTML format input and
outputs ASCII text. The output is in a single line per paragraph
format suitable for import into most word processor programs for
touch-up and final formatting.

From:
<https://almy.us/files/unhtml10.zip>

Example
=======
Format the GNU Privacy Handbook to plain text:

   C:\>curl -o manual.htm https://www.gnupg.org/gph/en/manual.html
   C:\>unhtml 2d <manual.htm >manual.txt

See also
========
<gopher://tilde.pink/1/~bencollver/files/dos386/util/webdump/>