[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Support .mhtml
From: |
Morten Bo Johansen |
Subject: |
Re: [Lynx-dev] Support .mhtml |
Date: |
Fri, 12 Jan 2024 15:21:07 +0100 |
User-agent: |
slrn/pre1.0.4-9 (Linux) |
On 2024-01-12 Dan Jacobson wrote:
> I was thinking that lynx and w3m could be added to the long list of
> supported browsers there in https://en.wikipedia.org/wiki/MHTML .
>
> All that would be needed is if lynx and w3m just browsed the text/html
> part of the mhtml bundle, without requiring the user to unarchive that
> bundle into a directory first.
qprint -d file.mhtml | lynx -stdin
does the trick for me. The html part will (I think) usually be
the content listed first and then you can just ignore the rest.
Morten