sdepold / jquery-rss

An easy-to-use rss plugin for jquery with templating.
MIT License
452 stars 143 forks source link

Parsing the provided feed url failed #163

Open Kirius88 opened 4 years ago

Kirius88 commented 4 years ago

Greetings!

Rss: https://www.goha.ru/rss/news Rss is not mine.

Rss has this at the beginning of the code:

<rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:webfeeds="http://webfeeds.org/rss/1.0"
     xmlns:media="http://search.yahoo.com/mrss/">
not in one line, but in 5 lines... And the jquery-rss script returns a blank. For the test I downloaded this rss and changed the code to one line: `` And jquery-rss worked fine. Is it possible to make it work if < rss > is not on one line too?