mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 18:03: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.
9 lines
224 B
XML
9 lines
224 B
XML
<!--
|
|
Description: unescaped ampersand in URL query variable doesn't affect feed URL
|
|
Expect: feed.link == u'http://example/?a=1&b=2&c'
|
|
-->
|
|
<rss version="2.0">
|
|
<channel>
|
|
<link>http://example/?a=1&b=2&c</link>
|
|
</channel>
|
|
</rss
|