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

Simplest way to read & normalize RSS/ATOM/JSON feed data

Results 7 feed-extractor issues
Sort by recently updated
recently updated
newest added

[This commit](https://github.com/extractus/feed-extractor/commit/e60e72eaec2e9507a27b98df661f2ab7f2463f92#diff-83243158d5f8ed6ebcd607ab7a04f15893687ce1a13ace7bff52e9fba237252f) (line 36 in retrieve.js) breaks the extract call is giving the following error when executing in a browser such as Chrome: `Uncaught (in promise) ReferenceError: Buffer is not...

https://microformats.org/wiki/h-feed

An [OPML](https://en.wikipedia.org/wiki/OPML) feed is a way for how to integrate many feeds into one, sort of like merging many feeds into one. ## Possible implementation A OPML feed can be...

In the interface `FeedData` the property `decription` is declared as: ~~~ts description?: string; ~~~ However sometimes the `description` element in the parsed RSS feed is returned as object: ~~~json "description":...

The attached feed uses relative links like so (see also the attached feed XML). The feed level link looks like this: ~~~ xml /blog/ ~~~ The feed extractor returns this...

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...

Hello, I'm parsing RSS Feeds from TheOldReader shared feed. It seems they try to rewrite the RSS entry and rebuild RSS Items. But for HTML content stored in they encode...