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.
9 lines
188 B
XML
9 lines
188 B
XML
<!--
|
|
Description: generator
|
|
Expect: not bozo and feed['generator'] == u'Example generator'
|
|
-->
|
|
<rss version="2.0">
|
|
<channel>
|
|
<generator>Example generator</generator>
|
|
</channel>
|
|
</rss> |