Closed angelxmoreno closed 6 months ago
@angelxmoreno how about your platform, Node.js and feed-extractor version?
Could you try the following steps to see if it works?
git clone https://github.com/extractus/feed-extractor.git
cd feed-extractor
npm install
npm run eval https://podcastfeeds.nbcnews.com/RPWEjhKq
In my machine it ran well:
thanks for the quick reply. Your questions led to me looking in the right place and I had an old version. update to 7.1.3 and all is good!
This is how i use your code:
I've tried 5 different urls and they all throw an error:
XML is invalid
.the weird thing is that when I put that same url on https://extractor-demos.pages.dev/feed-extractor it seems to be able to parse just fine. is the demo page running a different version than v7.1.3 ?