| Vulnerabilities | |||||
|---|---|---|---|---|---|
| Version | Suggest | Low | Medium | High | Critical |
| 0.1.20 | 0 | 0 | 0 | 0 | 0 |
| 0.1.19 | 0 | 0 | 0 | 0 | 0 |
| 0.1.18 | 0 | 0 | 0 | 0 | 0 |
| 0.1.17 | 0 | 0 | 0 | 0 | 0 |
| 0.1.16 | 0 | 0 | 0 | 0 | 0 |
| 0.1.15 | 0 | 0 | 0 | 0 | 0 |
| 0.1.14 | 0 | 0 | 0 | 0 | 0 |
| 0.1.13 | 0 | 0 | 0 | 0 | 0 |
| 0.1.12 | 0 | 0 | 0 | 0 | 0 |
| 0.1.11 | 0 | 0 | 0 | 0 | 0 |
| 0.1.10 | 0 | 0 | 0 | 0 | 0 |
| 0.1.9 | 0 | 0 | 0 | 0 | 0 |
| 0.1.8 | 0 | 0 | 0 | 0 | 0 |
| 0.1.7 | 0 | 0 | 0 | 0 | 0 |
| 0.1.6 | 0 | 0 | 0 | 0 | 0 |
| 0.1.5 | 0 | 0 | 0 | 0 | 0 |
| 0.1.4 | 0 | 0 | 0 | 0 | 0 |
| 0.1.3 | 0 | 0 | 0 | 0 | 0 |
| 0.1.2 | 0 | 0 | 0 | 0 | 0 |
| 0.1.1 | 0 | 0 | 0 | 0 | 0 |
| 0.1.0 | 0 | 0 | 0 | 0 | 0 |
0.1.20 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
BSD - BSD License (Generic)A Python implementation of the algorithm__ used in arc90's readability bookmarklet_::
>>> import urllib
>>> import readability
>>> url = 'http://www.nytimes.com/2010/09/07/health/views/07mind.html'
>>> html = urllib.urlopen(url).read()
>>> print readability.readable(url, html)[0]
.. WARNING:: The above API may change before release.
To directly open the readable version of a URL in the web browser::
$ readability -b http://blog.doughellmann.com/2007/04/pymotw-linecache.html
readability.py is not released yet. To install the development version::
$ pip install -e git://github.com/srid/readability.git#egg=readability
Unfortunately this project, like others, uses an older version of the readability algorithm, Viz.
Matt <http://blog.interstellr.com/readability-in-python-using-lxml#comment_6488354>_:
[...] the readability.js file that can be downloaded from the "downloads"
section of the Google Code project is a year and a half old and only 8.9KB
(about 250 loc), while the trunk version (presumably similar to what's used in
the bookmarklet) has expanded to a whopping 73.5KB and 1825 loc.
Ideally, we should port this project to use the same algorithm as the bookmarklet.
readability.py adds several bug fixes and features to hn.py in the
Readable Feeds_ project that adapted the original hn.py_ by Nirmal Patel.
readability.py retains the original license (GPL3) chosen by its
predecessors.
.. __: http://code.google.com/p/arc90labs-readability/downloads/detail?name=readability.js&can=2&q=
.. _readability bookmarklet: http://lab.arc90.com/experiments/readability/
.. _hn.py: http://nirmalpatel.com/fcgi/hn.py
.. _Readable Feeds: http://github.com/scyclops/Readable-Feeds