I love RSS feeds (and ATOM too (and JSONFeed)) but one thing that frustrates me is when a feed doesn’t include all of the content.
https://full-rss.deno.dev/ was created to partially solve this. If there is a feed that you really wish was full-content and isn’t then you can replace that feed with https://full-rss.deno.dev/?url=https%3A%2F%2Fdeveloper.chrome.com%2Fstatic%2Fblog%2Ffeed.xml and it will get the 10 most recent posts, scrape the linked page and replace the content with a stripped down version of the full HTML page.
I just tried it with a feed and got Internal server error.I pasted the wrong URL like the dummy that I am.if you use FreshRSS, you can use CSS selectors to point it to the article’s content: https://neilzone.co.uk/2024/05/using-css-selectors-in-freshrss-to-automatically-retrieve-the-full-text-of-partial-text-rss-feeds/