This plugin was forked from this repository and modified to use the Mercury command line application to retrieve the full text of articles instead of an API.
A Tiny Tiny RSS plugin written for tt-rss as a replacement for the grandpa-old plugin af_readability, which doesn't work well for many RSS sites I subscribe to.
It utilizes postlight/mercury-parser to extract the full content for feeds.
Some feeds may not render properly, if Mercury can't handle it. Eg. BBC video-only feeds.
- Clone the repo into your tt-rss plugins folder.
- Install NodeJS and NPM
sudo apt install nodejs npm
- Install Yarn
sudo npm i -g yarn
- Install Mercury Parser
sudo yarn global add @postlight/mercury-parser
The configuration is identical to af_readability.
- Enable the plugin mercury_fulltext in Preferences/Plugins.
- Configure for feeds under Plugins tab of the Edit Feed window (you can right click your feed to get there).
- The plugin is forked from HenryQW's mercury_fulltext.
- postlight/mercury-parser.