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 f73b5f0 commit e42a39eCopy full SHA for e42a39e
README
@@ -8,3 +8,7 @@ Given a html document, it pulls out the main body text and cleans it up.
8
9
Ruby port by starrhorne and iterationlabs
10
Python port by gfxmonk
11
+
12
+This port uses BeautifulSoup for the HTML parsing. That means it can be
13
+a little slow, but will work on Google App Engine (unlike libxml-based
14
+libraries)
0 commit comments