We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55f16b commit 096d4dbCopy full SHA for 096d4db
README
@@ -13,3 +13,10 @@ Based on:
13
- Ruby port by starrhorne and iterationlabs
14
- Python port by gfxmonk ( https://github.com/gfxmonk/python-readability , based on BeautifulSoup )
15
- Decruft effort to move to lxml ( http://www.minvolai.com/blog/decruft-arc90s-readability-in-python/ )
16
+
17
+Usage:
18
19
+ import urllib
20
+ html = urllib.urlopen(url).read()
21
+ readable_article = Document(html).summary()
22
+ readable_title = Document(html).short_title()
0 commit comments