mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
9 lines
188 B
XML
9 lines
188 B
XML
|
<!--
|
||
|
Description: generator
|
||
|
Expect: not bozo and feed['generator'] == u'Example generator'
|
||
|
-->
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<generator>Example generator</generator>
|
||
|
</channel>
|
||
|
</rss>
|