mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-05 02:43:37 +00: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
No EOL
367 B
XML
16 lines
No EOL
367 B
XML
<!--
|
|
Description: image url
|
|
Expect: not bozo and feed['image']['url'] == u'http://example.org/url'
|
|
-->
|
|
<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> |