1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/lib/feedparser/tests/wellformed/itunes/itunes_item_image.xml

11 lines
301 B
XML
Raw Normal View History

<!--
Description: iTunes item image
Expect: not bozo and entries[0]['image']['href'] == u'http://example.com/logo.jpg'
-->
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd">
<channel>
<item>
<itunes:image href="http://example.com/logo.jpg"></itunes:image>
</item>
</channel>
</rss>