mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-04 10:29:52 -05: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
222 B
XML
8 lines
222 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
Header: Content-type: application/xml
|
|
Description: application/xml + explicit encoding
|
|
Expect: not bozo and encoding == 'iso-8859-1'
|
|
-->
|
|
<rss version="2.0">
|
|
</rss> |