mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
16 lines
361 B
XML
16 lines
361 B
XML
|
<!--
|
||
|
Description: image title
|
||
|
Expect: not bozo and feed['image']['title'] == u'Sample image'
|
||
|
-->
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<image>
|
||
|
<title>Sample image</title>
|
||
|
<url>http://example.org/url</url>
|
||
|
<link>http://example.org/link</link>
|
||
|
<width>80</width>
|
||
|
<height>15</height>
|
||
|
<description>Available in Netscape RSS 0.91</description>
|
||
|
</image>
|
||
|
</channel>
|
||
|
</rss>
|