google-code-export / feedparser

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

RDF channel image not parsed and returned #375

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to parse slashdot's feed: http://rss.slashdot.org/Slashdot/slashdot

What is the expected output? What do you see instead?
This feed has two image elements. The second of these elements contains a <url> 
element - however feedparser seems to give only the contents of the first - so 
the parsed output has no feed.image.url value. Is it possible to return the 
<url> value from the second <image> element?

Original issue reported on code.google.com by seane...@gmail.com on 17 Sep 2012 at 1:43

GoogleCodeExporter commented 9 years ago
I'll review this and see if feedparser can handle this situation without 
breakage.

Original comment by kurtmckee on 19 Nov 2012 at 3:45