mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-05 02:43:37 +00:00
11 lines
275 B
XML
11 lines
275 B
XML
|
<!--
|
||
|
Description: iTunes item subtitle
|
||
|
Expect: not bozo and entries[0]['subtitle'] == u'Example subtitle'
|
||
|
-->
|
||
|
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd">
|
||
|
<channel>
|
||
|
<item>
|
||
|
<itunes:subtitle>Example subtitle</itunes:subtitle>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|