Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 13, 2010 23:23
Show Gist options
  • Save zzak/474736 to your computer and use it in GitHub Desktop.
Save zzak/474736 to your computer and use it in GitHub Desktop.
import feedparser
d = feedparser.parse("http://planet.python.org/rss20.xml")
print d.feed.title
print d.feed.subtitle
print "============================"
print d.entries[0].title
print d.entries[0].description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment