rbren / rss-parser

A lightweight RSS parser, for Node and the browser
MIT License
1.38k stars 209 forks source link

[Issue] Feed from Wikipedia not recognized as RSS 1 or 2 #211

Open guillaumegarcia13 opened 3 years ago

guillaumegarcia13 commented 3 years ago

Feed Url: https://en.wikipedia.org/w/api.php?action=featuredfeed&feed=featured&feedformat=rss

Event though:

  1. feed is formatted as RSS 2.0 with the version attribute on the tag
  2. feed is validated by W3C validator image

rss-parser is returning the following error: "Error: Feed not recognized as RSS 1 or 2."

yanbutan commented 1 year ago

Hi did you managed to find a solution to this? Facing similar issue.

Mj-dibs commented 11 months ago

hey, were you able to solve this? if you were could you say how please? currently faced with the exact same problem.

someguy9 commented 5 months ago

Same issue here