Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing the provided feed url failed #163

Open
Kirius88 opened this issue Sep 12, 2020 · 0 comments
Open

Parsing the provided feed url failed #163

Kirius88 opened this issue Sep 12, 2020 · 0 comments

Comments

@Kirius88
Copy link

Kirius88 commented Sep 12, 2020

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:
<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/">

And jquery-rss worked fine.

Is it possible to make it work if < rss > is not on one line too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant