Feedparser.py: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
(No difference)

Revision as of 22:57, 9 February 2009

Feedparser is a Python library that allows you to read RSS feeds. It helps to isolate your code from some of the differences (in format, version) of RSS feeds.

http://feedparser.org/

d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml")