Skip to content

dim-gggl/web2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

web-to-md

web2md fetches a web page, converts its content to Markdown, and saves the result in ~/Downloads by default.

Installation

pip install .

Usage

web2md https://example.com/article

Options

web2md 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages