Append af_readability to RSS entry

Hi,

I think af_readability is a very cool and useful part within tt-rss and I use it daily on many feeds. It also makes things lots easier and faster with all the cookie banners out there…

I wonder if there was any chance to append the contents of a webpage extracted by af_readability to the actual RSS feed entry rather then to replace it.

In many cases I find that the actual RSS entry will give you the summary of an article, that is missing when replaced by af_readability.
So you will not know on whether you want to read through the full thing without the article summary.

Would be glad if this was possible!

You can definitely do this with a custom plugin. You can probably just copy the af_readability plugin and modify the appropriate lines of code.

yeah just make a custom af_readability_append or something, it would be the easiest way to do this.

e: actually don’t make a custom plugin just yet

image

(wip)

https://git.tt-rss.org/fox/tt-rss/commit/8479421da442978065bd00a03bcc606326249aba

this also adds a separate filter action.

Just been testing - This is awesome. Thank you very much for coding it!