mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
0e82c5f573
Adjusted code for custom RSS feed parsing now that feedparser does the parsing for us all we do is pull the data from the returned entries.
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> |