mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
11 lines
253 B
XML
11 lines
253 B
XML
|
<!--
|
||
|
Description: iTunes duration
|
||
|
Expect: not bozo and entries[0]['itunes_duration'] == u'3:00'
|
||
|
-->
|
||
|
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd">
|
||
|
<channel>
|
||
|
<item>
|
||
|
<itunes:duration>3:00</itunes:duration>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|