readabilitySAX
readabilitySAX copied to clipboard
a fast and platform independent readability port (JS)
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 3.6.0 to 4.1.0. Release notes Sourced from readable-stream's releases. v4.1.0 What's Changed ci: add GitHub token permissions for workflows by @varunsh-coder in nodejs/readable-stream#479 Lazily require abort-controller by...
Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog Changelog Sourced from prettier's changelog. 2.7.1 diff Keep useful empty lines...
Updates the requirements on [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) to permit the latest version. Changelog Sourced from eslint-config-prettier's changelog. Version 8.5.0 (2022-03-02) Added: [@typescript-eslint/space-before-blocks]. Thanks to Masafumi Koba (@ybiquitous)! Version 8.4.0 (2022-02-19) Added: [vue/quote-props]....
The Readability scoring algorithm should work with most languages, but the [regular expressions](https://github.com/fb55/readabilitySAX/blob/a701364c405b478f5fd95adbd3911d98de8b70fc/readabilitySAX.js#L168) in the current implementation can only handle basic ASCII punctuations. I've expanded the code points to cover...
For being able to display properly the twitter widget in parsed articles, I need to set the class attribute of the blockquote as "clean", because the widget use it to...
[mozilla/readability/test](https://github.com/mozilla/readability/tree/c3c91a739beab6fd067404cd7610f6d64f53ad5a/test)
It's very useful for some sites to handle this case: ``` html Some long text... Link ... ``` Competitors do: https://github.com/mozilla/readability/blob/master/Readability.js#L677-L688 https://github.com/luin/readability/blob/master/src/helpers.js#L108-L119 I think it must be optional. Something like...
There are a few times where Safari Reader is doing a better job of leaving in article images that are filtered out by readabilitySAX. Here is an example: http://hommemaker.com/2012/08/20/why-the-gays-hate-their-bodies/. Compare...