node-feedparser
node-feedparser copied to clipboard
Robust RSS, Atom, and RDF feed parsing in Node.js
I noticed that a feed with an empty `xml:base=""` breaks the parsing algorithm in a strange way. I came across such a feed in the wild. This PR attempts to...
I stumbled upon this while parsing a mastodon feed (I saved the example [here](https://sigwait.org/~alex/junk/node/DEP0170/torvalds.xml)). A minimal variant of an unfourtunate feed boils down to ~~~ ~~~ If I parse such...
Dan, I'm debugging something in FeedLand that has led me to (what I think is) weird behavior in feedparser. I'm wondering if you are patterning this after the Python feedparser...
An example feed is: http://stocknewsnow.com/feed/. The feed is a semi-valid RSS feed, it's just missing the global declaration.
Hi there, thanks for this library! It seems to work great so far. One small issue I'm having is that I'd rather write code using some of the more ergonomic...
Normalize Item description from yandex:full-text
This is an API update request. Currently the README shows the following code: ```js feedparser.on('readable', function () { // This is where the action is! var stream = this; //...
nothing
version of FeedParser: feedparser@^2.1.0 version of Node: v12.16.3 Hi I'm making a hexo blog and trying to use [npm feedparser](https://www.npmjs.com/package/feedparser) to parse some feeds and add to my blog. I'm...
Hi, If I put the following feed into the library - ` W3Schools Home Page http://www.w3schools.com Free web building tutorials RSS <<<Tutorial>>> http://www.w3schools.com/xml/xml_rss.asp New RSS tutorial on W3Schools ` The...