pombreda / feedparser

Automatically exported from code.google.com/p/feedparser
Other
0 stars 0 forks source link

If media:title type is "plain", title is base64 decoded #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Yahoo's media rss documentation [1] says that the <media:title> element's type 
attribute can be either "html" or "plain". If `type="plain"`, however, 
feedparser attempts to base64 decode the title.

Attached is a test case that demonstrates the problem, based on the Democracy 
Now feed [2].

[1]: http://video.search.yahoo.com/mrss
[2]: http://feeds.feedburner.com/democracynow/hVoT

Original issue reported on code.google.com by kurtmckee on 1 Feb 2011 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision 371. Patch attached for the Debian and Ubuntu projects. 
Thanks to Carlos Galisteo for pointing out the need for this patch.

Original comment by kurtmckee on 1 Feb 2011 at 9:31

Attachments: