readability icon indicating copy to clipboard operation
readability copied to clipboard

📚 Turn any web page into a clean view

Results 35 readability issues
Sort by recently updated
recently updated
newest added

(Just leaving this here, will investigate a bit later) Given a New York Times URL such as this: http://www.nytimes.com/2016/07/12/technology/pokemon-go-brings-augmented-reality-to-a-mass-audience.html The request will fail with this error: ``` Error: Exceeded maxRedirects....

I'm trying to get a clean reader view of a website and when a website has a markdown content (i.e https://domchristie.github.io/turndown/) w/c happens to be inside a `` tag, it...

Hi there, I'm getting the following error when trying to use this library: ``` ~/code/my_project/node_modules/node-readability/node_modules/parse5/lib/tree_construction/parser.js:870 Parser.prototype._isSpecialElement = function (element) { ^ RangeError: Maximum call stack size exceeded at module.exports.Parser._isSpecialElement (~/code/my_project/node_modules/node-readability/node_modules/parse5/lib/tree_construction/parser.js:870:47)...

Is it possible to split the library into **core** version and **cli** implementation version. I mean dropping `jsdom`, `minimist` and `request` dependency and extract a core version which can be...

First of all, great great library! You've done a wonderful job here. When use [this url](http://www.etonline.com/edward-james-olmos-20th-anniversary-selena-ive-never-had-more-difficult-film-exclusive-89417), the result is wrong. The `article.content` only contains a part of the content, here...

=== npm audit security report === Manual Review Some vulnerabilities require your attention to resolve Visit https://go.npm.me/audit-guide for additional guidance Moderate Prototype pollution Package hoek Patched in > 4.2.0 <...

I get this when i try and compile in a Gatsby.js project: ``` ./node_modules/jsdom/lib/jsdom/living/xmlhttprequest.js Module not found: Error: Can't resolve 'child_process' in '/.../node_modules/jsdom/lib/jsdom/living' ```

Here's the url: http://www.8wenku.com/book/2414 I tried to open this page by postman or browser those are normal web page, but I got a 404 page after the read method callback...