ttrss_plugin-af_feedmod
ttrss_plugin-af_feedmod copied to clipboard
Use "readability" to auto-select article body
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