mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-04 10:23: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
361 B
XML
16 lines
No EOL
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> |