mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-13 06:33:38 +00:00
7 lines
174 B
XML
7 lines
174 B
XML
|
<!--
|
||
|
Description: feed id
|
||
|
Expect: not bozo and feed['id'] == u'http://example.com/'
|
||
|
-->
|
||
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||
|
<id>http://example.com/</id>
|
||
|
</feed>
|