google-code-export / feedparser

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

media_description error in content #341

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. feed = 
feedparser.parse('http://gdata.youtube.com/feeds/api/users/bandatorpes/uploads?v
=2')
2. feed.entries[0].media_description
3. {'type': u'plain'} << The content of media_description

What is the expected output? What do you see instead?
"Hoy, luego de terminar de armar otra canción, intentamos hacer un video pero 
quedó esto."

What version of the product are you using? On what operating system?
Last SVN version. Ubuntu amd64. Python 2.6.5.

Please provide any additional information below.
In feed.entries[0] is the content of media_description but in the content of 
media_group. 

Original issue reported on code.google.com by stef...@pan.com.uy on 9 Apr 2012 at 2:42

GoogleCodeExporter commented 9 years ago
This is a long-standing issue. There is no actual code for handling 
media:description, so feedparser deals with it generically (and incorrectly).

Original comment by kurtmckee on 9 Apr 2012 at 4:27