Commit Graph

18 Commits (master)

Author SHA1 Message Date
Éloi Rivard e9acdd091b Use black to format the code 4 years ago
Adrien Barbaresi bd8293eb63 code linting 4 years ago
Yuri Baburov 24bb20c761 Added dev branch features.
Bumped to version 0.6
9 years ago
Martin Thurau 3ac56329e2 Corrects some things were 2to3 did to much. 9 years ago
Martin Thurau aa4132f57a Adds Python 3.4 support.
Code now supports Python 2.6, 2.7 and 3.4. PYthon 3.3 isn't support
because of some issues with the parser and the difference between old and
new `raise` syntax.
9 years ago
Yuri Baburov 987570bef0 Updated package links for Python 2.7 and Python 3 support 9 years ago
Yuri Baburov e4bcbe57d7 Fixes #53 9 years ago
Yuri Baburov d8595b7103 Quickfix for #41 11 years ago
Yuri Baburov 318f25c577 Minor fix in encoding guessing. Claiming it v0.3.0.1 11 years ago
Yuri Baburov 08658d1d31 Released v 0.3, and uploaded to the pypi. 11 years ago
Drew Vogel fdba8d9e11 Added check on title.text to avoid a TypeError on None. 12 years ago
Zach Denton 0843d9cdf2 Explicitly check if title is None. fixes #22
This fixes #22 which caused all titles to be blank.
12 years ago
Andrey Popp 95852d5c18 readability.htmls: some docs do not have title elem 12 years ago
Yuri Baburov c2ec1d1c38 Sorted out unicode issues, thanks to Lee Semel. 13 years ago
Lee Semel f3d0a8d842 Allow passing unicode objects 13 years ago
Yuri Baburov 43c34bacc1 Renamed encodings to encoding to avoid conflicts with system module. 13 years ago
Yuri Baburov 96f476181c Improved title shortener method, and added it to the Document class. 13 years ago
Yuri Baburov dada82099b Moved to lxml (based on decruft version); better encoding recognition. 13 years ago