lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
735 stars 124 forks source link

Fixed podcast itunes image #3

Closed meteozond closed 11 years ago

meteozond commented 11 years ago

Itunes image won't work like this:

<itunes:image>image.jpg</itunes:image>

The correct syntax is:

<itunes:image href="image.jpg"/>

http://www.apple.com/itunes/podcasts/specs.html

meteozond commented 11 years ago

Pardon There is a mistake