danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 192 forks source link

Error: "Not a feed" #184

Closed arjanfrans closed 7 years ago

arjanfrans commented 7 years ago

I have an RSS feed that seems to be valid:

https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Ffeeds2.feedburner.com%2FTheSwissRamble

But the feed parser emits the "Not a feed" error. Is there something wrong with this RSS feed?

danmactough commented 7 years ago

I can parse that feed just fine. Make sure you're not trying to parse a compressed or gzipped response: https://github.com/danmactough/node-feedparser/blob/master/examples/compressed.js