Skip to content

xmlPaths in .opml feed definition files are unescaped #96

@agodbehere

Description

@agodbehere

Issue

When specifying an RSS feed path with special characters such as &, baleen fails to find posts.

I have confirmed that this can be corrected by manually escaping xmlPaths.

Resolution

For example, when specifying a url like http://foobar.com/RSS.ashx?max=100&ContentType=1Site=727 in an .opml file, it needs to be modified to http://foobar.com/RSS.ashx?max=100&ContentType=1&Site=727 in order to work correctly. baleen should auto-escape URLs to make such a manual correction unnecessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions