Added URL into User-Agent string

pull/21/head
Mišo Belica 11 years ago
parent d530acb8c6
commit e5401d7ab2

@ -2,6 +2,7 @@
Changelog for readability
==========================
- Added User-Agent string into HTTP requests.
- Added property ``Article.main_text`` for getting text annotated with
semantic HTML tags (<em>, <strong>, ...).
- Join node with 1 child of the same type. From

@ -37,7 +37,7 @@ from ..readable import Article
HEADERS = {
"User-Agent": "Readability (Readable content parser) Version/%s" % __version__,
"User-Agent": "Readability (Readable content parser; https://github.com/miso-belica/readability.py) Version/%s" % __version__,
}

Loading…
Cancel
Save