pombreda / feedparser

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

feed <itunes:image> url overwrites <image> url #270

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
EXAMPLE:

http://www.drugfree.org/feed

the feed.image method does not get the correct image.

Original issue reported on code.google.com by ozgurer...@gmail.com on 22 Apr 2011 at 2:32

GoogleCodeExporter commented 9 years ago
feedparser is using the <itunes:image> url in place of the <image> url. I'll 
deal with this at the same time I try compartmentalizing itunes support.

Original comment by kurtmckee on 22 Apr 2011 at 7:52

GoogleCodeExporter commented 9 years ago
After thinking about it, I don't think that there's going to be a single 
correct answer for this that will work for everyone, particularly since 
different feeds use the elements differently, and different feed consumers will 
want to use the elements differently. I'm not going to change the current 
behavior, but I still intend to work on making feedparser easier to extend.

Original comment by kurtmckee on 16 Sep 2011 at 2:35