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
392 B
XML
16 lines
No EOL
392 B
XML
<!--
|
|
Description: image description
|
|
Expect: not bozo and feed['image']['description'] == u'Available in Netscape RSS 0.91'
|
|
-->
|
|
<rss version="0.91">
|
|
<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> |