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

Trim leading and trailing whitespace in RSS XML elements #46

Open
jimmcslim opened this issue May 16, 2012 · 0 comments
Open

Trim leading and trailing whitespace in RSS XML elements #46

jimmcslim opened this issue May 16, 2012 · 0 comments
Assignees

Comments

@jimmcslim
Copy link

I have a private tracker that renders elements like;

<title>
      Some Episode Title Here
</title>

Consequently no episode titles appear in the 'Add Custom RSS', although it has identified each of the items

Fixing a sample of feed to be:

<title>Some Episode Title Here</title>

...gets things working again. I appreciate that the publisher of the feed should maybe tighten up their RSS generation, and I could create a Yahoo Pipe, etc but would also like to submit a feature request for TVShows to trim leading and trailing whitespace.

@ghost ghost assigned victorpimentel Jul 2, 2012
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

2 participants