| Trees | Index | Help |
|---|
| Package CPSRSS :: Module feedparser |
|
Universal feed parser
Handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom feeds
Visit http://feedparser.org/ for the latest version Visit http://feedparser.org/docs/ for the latest documentation
Required: Python 2.1 or later Recommended: Python 2.3 or later Recommended: libxml2 <http://xmlsoft.org/python.html>| Classes | |
|---|---|
FeedParserDict |
|
| Exceptions | |
|---|---|
CharacterEncodingOverride |
|
CharacterEncodingUnknown |
|
| Function Summary | |
|---|---|
Parse a feed from a URL, file, stream, or string | |
| Variable Summary | |
|---|---|
str |
__author__ = 'Mark Pilgrim <http://diveintomark.org/>'
|
list |
__contributors__ = ['Jason Diamond <http://injektilo.org...
|
str |
__copyright__ = 'Copyright 2002-4, Mark Pilgrim'
|
str |
__license__ = 'Python'
|
str |
__version__ = '3.2'
|
str |
ACCEPT_HEADER = 'application/atom+xml,application/rdf+xm...
|
list |
PREFERRED_XML_PARSERS = ['drv_libxml2']
|
tuple |
python_version = (2, 4)
|
dict |
SUPPORTED_VERSIONS = {'': 'unknown', 'cdf': 'CDF', 'rss0...
|
int |
TIDY_MARKUP = 0 |
str |
USER_AGENT = 'UniversalFeedParser/3.2 +http://feedparser...
|
| Function Details |
|---|
parse(url_file_stream_or_string, etag=None, modified=None, agent=None, referrer=None, handlers=[])Parse a feed from a URL, file, stream, or string |
| Variable Details |
|---|
__author__
|
__copyright__
|
__license__
|
__version__
|
ACCEPT_HEADER
|
PREFERRED_XML_PARSERS
|
python_version
|
SUPPORTED_VERSIONS
|
TIDY_MARKUP
|
USER_AGENT
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Jun 27 12:47:50 2005 | http://epydoc.sf.net |