feed-extractor
feed-extractor copied to clipboard
Add support for normalized entry "full text content" ?
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