feed-extractor icon indicating copy to clipboard operation
feed-extractor copied to clipboard

Add support for normalized entry "full text content" ?

Open isunjn opened this issue 8 months ago • 1 comments

Typically rss feed provide "full text content" directly in their feed file, content:encoded or description in rss format, content or summary in atom format, etc.

So can feed-extractor try to add a normalized content property to entry item?

I know you have another package called article-extractor, but I don't want to do a manually html-parse if it already provides it's full "content". also some websites are not server-rendered thus can not be parsed correctly

isunjn avatar Jun 02 '24 18:06 isunjn