mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-02 10:55:02 +00:00
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.
8 lines
No EOL
181 B
XML
8 lines
No EOL
181 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Header: Content-type: text/xml;
|
|
Description: text/xml + bogus charset
|
|
Expect: not bozo and encoding == 'us-ascii'
|
|
-->
|
|
<rss version="2.0">
|
|
</rss> |