mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05: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.
14 lines
517 B
XML
14 lines
517 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Header: Content-type: application/xml
|
|
Description: application/xml with no charset (control for tests/illformed/encoding/http_i18n.xml)
|
|
Expect: not bozo
|
|
-->
|
|
|
|
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
|
|
<title>Iñtërnâtiônàlizætiøn</title>
|
|
<link rel='alternate' type='text/html' href='http://example.com/'/>
|
|
<modified>2004-06-02T19:07:55-04:00</modified>
|
|
<tagline>If your parser thinks this is well-formed, it's right.</tagline>
|
|
</feed>
|