ttrss_plugin-af_feedmod icon indicating copy to clipboard operation
ttrss_plugin-af_feedmod copied to clipboard

Use "readability" to auto-select article body

Open pictuga opened this issue 11 years ago • 0 comments

The "readability" library can extract the article content of a html page. With that, the configuration file would no longer be needed.

More info about readability: it was at first a js lib, which was then turned into a proprietary service (with an API). However there are now a lot of open source ports of the original js library to other languages, including PHP.

php lib: http://code.fivefilters.org/php-readability (or just google "readability php")

Maybe using this lib in this plugin could help :)

Regards

pictuga avatar Aug 30 '14 12:08 pictuga