Skip to content

Instantly share code, notes, and snippets.

@ipmb
Created April 28, 2011 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipmb/946822 to your computer and use it in GitHub Desktop.
Save ipmb/946822 to your computer and use it in GitHub Desktop.
Feedparser Fail
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Inhabi</title>
<link></link>
<description>Recent items</description>
<language>en-us</language>
<ttl>40</ttl>
<item>
<title>This is a title</title>
<description>abc &lt;a href=&quot;with&#160;https://github.com/lincolnloop&quot;&gt;with&amp;nbsp;https://github.com/lincolnloop&lt;/a&gt;. &amp;nbsp;I</description>
<pubDate>Tue, 19 Apr 2011 21:49:26 +0000</pubDate>
<guid isPermaLink="false">xxxxx</guid>
<link>https://example.com</link>
<dc:creator>Me</dc:creator>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment