nasa8x / rss-to-json

RSS and Atom feed generator for Node.js
https://morioh.com/@5df445b0103f3007600e1a57
178 stars 75 forks source link

Fixing problem when we receive an non-RSS XML after parsing #13

Open sebastiankruk opened 5 years ago

sebastiankruk commented 5 years ago

Today one of the RSS feeds I was monitoring went down and produced an HTML error page. That one got parsed and was sent to $.parser - which broke on the json.rss.channel ... and actually brought the whole application down. Here is a simple fix that checks whether there is results.rss before going to parser.