victorpimentel / TVShows

TVShows 2 is the easiest way to download your favorite TV shows automatically in you Mac.
http://tvshowsapp.com/
GNU General Public License v3.0
436 stars 105 forks source link

Trim leading and trailing whitespace in RSS XML elements #46

Open jimmcslim opened 12 years ago

jimmcslim commented 12 years ago

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.