Feedparser.py: Difference between revisions
m (Feedparser moved to Feedparser.py) |
No edit summary |
||
Line 1: | Line 1: | ||
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. | 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/ | http://feedparser.org/ |
Revision as of 21:58, 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.
d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml")