HaveF / feedparser

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

media:rating not parsed correctly #380

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.python
2.import feedparser
3.feed = feedparser.parse(attached.rss)
4.print(feed.entries[0].media_rating)

What is the expected output? 
tv-14 or whatever is the content of the <media:rating> node
What do you see instead?
a dict with all the attributes of the <media:rating> node

What version of the product are you using? 
5.1.2
On what operating system?
Linux, OS X

Original issue reported on code.google.com by a...@gangverk.is on 19 Oct 2012 at 11:53

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting this!

Original comment by kurtmckee on 19 Nov 2012 at 4:11