danmactough / node-feedparser

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

Not able to get script tag from Rss Link #151

Closed sharath1989 closed 9 years ago

sharath1989 commented 9 years ago

I am trying to pass http://www.deccanherald.com/mrss/videos.rss and able to get link, description, pubdate, description, author, categories.

But when I check the rss link in fiddler or postman I should get the script tag but not able to get the value from it. How can I get the value of script tag.

danmactough commented 9 years ago

"script" is not a valid rss element, so it's not one of the elements you'll see without a namespace prefix. You'll still see it as "rss:script" however.

image

sharath1989 commented 9 years ago

thanks for the reply, but can't I get the value of the script tag and moreover the value is there but it doesn't show up when parsed or any alternate solutions