dylang / node-rss

RSS feed generator for Node.
https://npmjs.org/package/rss
MIT License
999 stars 133 forks source link

Retrieving XML from an RSS feed #88

Open theasteve opened 5 years ago

theasteve commented 5 years ago

I think this would be the perfect place to ask this RSS community for suggestions on retrieving the XML from an RSS feed via a url. I have used rss-parser and xml-js but I think these options fail in retrieving the XML from the url of the RSS feed. Any suggestions?

Or would there be a way of accomplish this using node-rss?