1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/lib/feedparser/tests/illformed/chardet/eucjp.xml
echel0n 0e82c5f573 Added RSS feedparser lib to process custom torrent RSS feeds.
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.
2014-04-25 16:41:47 -07:00

13 lines
632 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
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>