mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-13 06:33:38 +00:00
9 lines
225 B
XML
9 lines
225 B
XML
|
<!--
|
||
|
Description: channel dc:title
|
||
|
Expect: not bozo and feed['title'] == u'Example title'
|
||
|
-->
|
||
|
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||
|
<channel>
|
||
|
<dc:title>Example title</dc:title>
|
||
|
</channel>
|
||
|
</rss>
|