8000 Quickfix for #41 · petrichorcode/python-readability@d8595b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8595b7

Browse files
committed
Quickfix for buriy#41
1 parent 318f25c commit d8595b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

readability/htmls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
def build_doc(page):
1111
if isinstance(page, unicode):
12+
enc = None
1213
page_unicode = page
1314
else:
1415
enc = get_encoding(page) or 'utf-8'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="readability-lxml",
12-
version="0.3.0.1",
12+
version="0.3.0.2",
1313
author="Yuri Baburov",
1414
author_email="burchik@gmail.com",
1515
description="fast python port of arc90's readability tool",

0 commit comments

Comments
 (0)
0