8000
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 318f25c commit d8595b7Copy full SHA for d8595b7
readability/htmls.py
@@ -9,6 +9,7 @@
9
10
def build_doc(page):
11
if isinstance(page, unicode):
12
+ enc = None
13
page_unicode = page
14
else:
15
enc = get_encoding(page) or 'utf-8'
setup.py
@@ -9,7 +9,7 @@
setup(
name="readability-lxml",
- version="0.3.0.1",
+ version="0.3.0.2",
author="Yuri Baburov",
author_email="burchik@gmail.com",
description="fast python port of arc90's readability tool",
0 commit comments