|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
| def | dict (aList) |
| def | zopeCompatibilityHack () |
| def | registerDateHandler (func) |
| def | parse (url_file_stream_or_string, etag=None, modified=None, agent=None, referrer=None, handlers=[]) |
Variables | |
| USER_AGENT | |
| ACCEPT_HEADER | |
| PREFERRED_XML_PARSERS | |
| TIDY_MARKUP | |
| PREFERRED_TIDY_INTERFACES | |
| gzip | |
| zlib | |
| base64 | |
| binascii | |
| chardet | |
| tagfind | |
| special | |
| charref | |
| SUPPORTED_VERSIONS | |
| UserDict | |
| cp1252 | |
| urls | |
| result | |
Universal feed parser Handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 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: CJKCodecs and iconv_codec <http://cjkpython.i18n.org/>
| def planet.feedparser.dict | ( | aList | ) |
| def planet.feedparser.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
| def planet.feedparser.registerDateHandler | ( | func | ) |
Register a date handler function (takes string, returns 9-tuple date in GMT)
| def planet.feedparser.zopeCompatibilityHack | ( | ) |
| planet.feedparser.ACCEPT_HEADER |
| planet.feedparser.base64 |
| planet.feedparser.binascii |
| planet.feedparser.chardet |
| planet.feedparser.charref |
| planet.feedparser.cp1252 |
| planet.feedparser.gzip |
| planet.feedparser.PREFERRED_TIDY_INTERFACES |
| planet.feedparser.PREFERRED_XML_PARSERS |
| planet.feedparser.result |
| planet.feedparser.special |
| planet.feedparser.SUPPORTED_VERSIONS |
| planet.feedparser.tagfind |
| planet.feedparser.TIDY_MARKUP |
| planet.feedparser.urls |
| planet.feedparser.USER_AGENT |
| planet.feedparser.UserDict |
| planet.feedparser.zlib |
1.8.13