web2md fetches a web page, converts its content to Markdown, and saves the result in ~/Downloads by default.
pip install .web2md https://example.com/articleweb2md https://example.com/article --article-only
web2md https://example.com/article -t "Titre personnalisé"
web2md https://example.com/article -o ~/Downloads/article.md
web2md https://example.com/article -o ~/Documents/export/
web2md https://example.com/article -s
web2md https://example.com/article -s -o ~/Downloads/article.md-o, --output: file path or existing directory-s, --stdout: print Markdown to standard output-t, --title: override detected page title--article-only: extract the main article content before conversion