Skip to content

Parsing the provided feed url failed #163

@Kirius88

Description

@Kirius88

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions