Feedparser.py
Revision as of 21:46, 9 February 2009 by Michael Murtaugh (talk | contribs)
Feedparser is a Python library that allows you to read RSS feeds.
d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml")
Feedparser is a Python library that allows you to read RSS feeds.
d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml")