mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-11 13:43:37 +00:00
9 lines
169 B
XML
9 lines
169 B
XML
|
<!--
|
||
|
Description: normal title
|
||
|
Expect: not bozo and feed['title'] == u'Example feed'
|
||
|
-->
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<title>Example feed</title>
|
||
|
</channel>
|
||
|
</rss>
|