Skip to content

Commit a1ae4ea

Browse files
committed
Merge pull request buriy#15 from mitechie/master
New option only_document of Document.summary(), fixed issue buriyGH-13 with "<body/>", added some docs, tests, and code quality improvements. Thanks, Rick!
2 parents ab783b2 + 8d3e39f commit a1ae4ea

File tree

5 files changed

+1372
-485
lines changed

5 files changed

+1372
-485
lines changed

README

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,12 @@ Usage::
3333
Command-line usage::
3434

3535
python -m readability.readability -u http://pypi.python.org/pypi/readability-lxml
36+
37+
38+
Document() kwarg options:
39+
40+
- attributes:
41+
- debug: output debug messages
42+
- min_text_length:
43+
- retry_length:
44+
- url: will allow adjusting links to be absolute

0 commit comments

Comments
 (0)