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.
13 lines
632 B
XML
13 lines
632 B
XML
<!--
|
||
SkipUnless: __import__('chardet')
|
||
Description: EUC-JP with no encoding information
|
||
Expect: bozo and encoding == 'EUC-JP'
|
||
-->
|
||
<rss>
|
||
<channel>
|
||
<item>
|
||
<title>ゲーム三昧な正月</title>
|
||
<description>『SDガンダムGジェネレーションNEO』をずっとプレイしている。 『ウルトラマン』はストリーモードを終えて、ほぼやり尽くしてしまった。 GジェネNEOは、やっと面白くなりつつある。 なるほど、PS2ってすごい画像処理能力だなあと今頃感動している。 今年こそ遅れないようPS3とXBOX360を買おう(しかし、正月以外はゲームやる暇ないほど忙しいんだよね)。 それにしても、正月って食べてばっかりでマジ太るよね。...</description>
|
||
</item>
|
||
</channel>
|
||
</rss> |