Html2markdown

Christian Külker

0.1.0

2023-03-29

The html2markdown.py3 tool from the python3-html2text package can be used to fetch HTML pages and save them as Markdown. This can be useful for saving terms of use or privacy policy pages and making them searchable locally.

Installation

aptitude install python3-html2text

Usage

python3 /usr/bin/html2markdown.py3 URL > file.md

History

Version Date Notes
0.1.0 2023-03-29 Improve writing and initial release

  • Html2markdown