mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -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.
13 lines
230 B
XML
13 lines
230 B
XML
<!--
|
|
SkipUnless: __import__('chardet')
|
|
Description: GB2312 with no encoding information
|
|
Expect: bozo and encoding == 'GB2312'
|
|
-->
|
|
<rss>
|
|
<channel>
|
|
<item>
|
|
<title>不归移民漫画系列:专业工作</title>
|
|
</item>
|
|
</channel>
|
|
</rss>
|