mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-11 13:43:37 +00: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>
|