mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
11 lines
246 B
XML
11 lines
246 B
XML
|
<!--
|
||
|
Description: iTunes explicit
|
||
|
Expect: not bozo and entries[0]['itunes_explicit'] == 1
|
||
|
-->
|
||
|
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd">
|
||
|
<channel>
|
||
|
<item>
|
||
|
<itunes:explicit>yes</itunes:explicit>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|