Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 345 Bytes

article-markdown

Parse a webpage and convert it to Markdown, prefixing it with Jekyll front matter. This script uses a very naïve method to determine the content, but it's surprisingly effective (it just looks for the element with the most p tags).

Installation

pip install -r requirements.txt

Usage

python main.py <url>