Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kurtmckee/feedparser
/ functions
Functions
371 in github.com/kurtmckee/feedparser
⨍
Functions
371
◇
Types & classes
44
↓ 1 callers
Function
parse_content_type
Parse an HTTP Content-Type header. The return value will be a tuple of strings: the MIME type, and the value of the "charset" (if any).
feedparser/encodings.py:71
↓ 1 callers
Function
replace_doctype
Strips and replaces the DOCTYPE, returns (rss_version, stripped_data) rss_version may be 'rss091n' or None stripped_data is the same XML docu
feedparser/sanitizer.py:906
↓ 1 callers
Function
resolve_relative_uris
(html_source, base_uri, encoding, type_)
feedparser/urls.py:152
↓ 1 callers
Method
resolve_uri
(self, uri)
feedparser/urls.py:143
↓ 1 callers
Method
run
(self)
tests/runtests.py:137
↓ 1 callers
Function
runtests
Read the files in the tests/ directory, dynamically add tests to the TestCases above, spawn the HTTP server, and run the test suite
tests/runtests.py:918
↓ 1 callers
Method
sanitize_style
(self, style)
feedparser/sanitizer.py:835
↓ 1 callers
Method
strattrs
(attrs)
feedparser/mixin.py:457
↓ 1 callers
Method
unknown_endtag
:type tag: str :rtype: None
feedparser/html.py:207
↓ 1 callers
Method
unknown_endtag
(self, tag)
feedparser/mixin.py:303
Method
__getattr__
(self, key)
feedparser/util.py:152
Method
__hash__
(self)
feedparser/util.py:160
Method
__init__
(self)
feedparser/sgml.py:69
Method
__init__
(self, match)
feedparser/sgml.py:91
Method
__init__
(self, encoding=None, _type='application/xhtml+xml')
feedparser/sanitizer.py:734
Method
__init__
(self, encoding=None, _type='application/xhtml+xml')
feedparser/html.py:89
Method
__init__
(self)
feedparser/mixin.py:165
Method
__init__
(self, baseuri, encoding, _type)
feedparser/urls.py:139
Method
__init__
(self, baseuri=None, baselang=None, encoding=None, entities=None)
feedparser/parsers/loose.py:32
Method
__init__
(self, baseuri, baselang, encoding)
feedparser/parsers/strict.py:33
Method
__init__
(self)
feedparser/namespaces/georss.py:42
Method
__init__
(self)
feedparser/namespaces/psc.py:40
Method
__init__
(self, requests)
tests/runtests.py:131
Method
__setitem__
(self, key, value)
feedparser/util.py:140
Method
_end_channel
(self)
feedparser/namespaces/_base.py:108
Method
_end_contributor
(self)
feedparser/namespaces/_base.py:159
Method
_end_creativecommons_license
(self)
feedparser/namespaces/cc.py:60
Method
_end_dc_author
(self)
feedparser/namespaces/dc.py:39
Method
_end_dc_contributor
(self)
feedparser/namespaces/dc.py:132
Method
_end_dc_creator
(self)
feedparser/namespaces/dc.py:42
Method
_end_dc_date
(self)
feedparser/namespaces/dc.py:45
Method
_end_dc_description
(self)
feedparser/namespaces/dc.py:48
Method
_end_dc_language
(self)
feedparser/namespaces/dc.py:51
Method
_end_dc_publisher
(self)
feedparser/namespaces/dc.py:54
Method
_end_dc_rights
(self)
feedparser/namespaces/dc.py:57
Method
_end_dc_subject
(self)
feedparser/namespaces/dc.py:60
Method
_end_dc_title
(self)
feedparser/namespaces/dc.py:63
Method
_end_dcterms_created
(self)
feedparser/namespaces/dc.py:66
Method
_end_dcterms_issued
(self)
feedparser/namespaces/dc.py:69
Method
_end_dcterms_modified
(self)
feedparser/namespaces/dc.py:72
Method
_end_dcterms_valid
(self)
feedparser/namespaces/dc.py:114
Method
_end_expirationdate
(self)
feedparser/namespaces/_base.py:311
Method
_end_generator
(self)
feedparser/namespaces/_base.py:425
Method
_end_geom
(self)
feedparser/namespaces/georss.py:153
Method
_end_georss_box
(self)
feedparser/namespaces/georss.py:76
Method
_end_georss_line
(self)
feedparser/namespaces/georss.py:65
Method
_end_georss_point
(self)
feedparser/namespaces/georss.py:60
Method
_end_georss_polygon
(self)
feedparser/namespaces/georss.py:70
Method
_end_gml_pos
(self)
feedparser/namespaces/georss.py:123
Method
_end_gml_poslist
(self)
feedparser/namespaces/georss.py:139
Method
_end_guid
(self)
feedparser/namespaces/_base.py:368
Method
_end_height
(self)
feedparser/namespaces/_base.py:194
Method
_end_image
(self)
feedparser/namespaces/_base.py:120
Method
_end_info
(self)
feedparser/namespaces/_base.py:413
Method
_end_item
(self)
feedparser/namespaces/_base.py:259
Method
_end_itunes_author
(self)
feedparser/namespaces/itunes.py:44
Method
_end_itunes_block
(self)
feedparser/namespaces/itunes.py:100
Method
_end_itunes_category
(self)
feedparser/namespaces/itunes.py:47
Method
_end_itunes_email
(self)
feedparser/namespaces/itunes.py:59
Method
_end_itunes_explicit
(self)
feedparser/namespaces/itunes.py:104
Method
_end_itunes_keywords
(self)
feedparser/namespaces/itunes.py:83
Method
_end_itunes_name
(self)
feedparser/namespaces/itunes.py:53
Method
_end_itunes_owner
(self)
feedparser/namespaces/itunes.py:78
Method
_end_itunes_subtitle
(self)
feedparser/namespaces/itunes.py:65
Method
_end_itunes_summary
(self)
feedparser/namespaces/itunes.py:71
Method
_end_media_category
(self)
feedparser/namespaces/mediarss.py:45
Method
_end_media_credit
(self)
feedparser/namespaces/mediarss.py:82
Method
_end_media_description
(self)
feedparser/namespaces/mediarss.py:91
Method
_end_media_keywords
(self)
feedparser/namespaces/mediarss.py:48
Method
_end_media_license
(self)
feedparser/namespaces/mediarss.py:110
Method
_end_media_player
(self)
feedparser/namespaces/mediarss.py:138
Method
_end_media_rating
(self)
feedparser/namespaces/mediarss.py:70
Method
_end_media_restriction
(self)
feedparser/namespaces/mediarss.py:99
Method
_end_media_thumbnail
(self)
feedparser/namespaces/mediarss.py:127
Method
_end_media_title
(self)
feedparser/namespaces/mediarss.py:56
Method
_end_newlocation
(self)
feedparser/namespaces/_base.py:500
Method
_end_psc_chapters
(self)
feedparser/namespaces/psc.py:52
Method
_end_source
(self)
feedparser/namespaces/_base.py:461
Method
_end_tags
(self)
feedparser/mixin.py:783
Method
_end_textinput
(self)
feedparser/namespaces/_base.py:132
Method
_end_url
(self)
feedparser/namespaces/_base.py:209
Method
_end_where
(self)
feedparser/namespaces/georss.py:162
Method
_end_width
(self)
feedparser/namespaces/_base.py:181
Method
_normalize_attributes
(kv)
feedparser/parsers/loose.py:40
Method
_normalize_attributes
(kv)
feedparser/parsers/strict.py:43
Function
_parse_date_asctime
Parse asctime-style dates. Converts asctime to RFC822-compatible dates and uses the RFC822 parser to do the actual parsing. Supported fo
feedparser/datetimes/asctime.py:46
Function
_parse_date_greek
Parse a string according to a Greek 8-bit date format.
feedparser/datetimes/greek.py:68
Function
_parse_date_hungarian
Parse a string according to a Hungarian 8-bit date format.
feedparser/datetimes/hungarian.py:51
Function
_parse_date_iso8601
Parse a variety of ISO-8601-compatible formats like 20040105
feedparser/datetimes/iso8601.py:82
Function
_parse_date_nate
Parse a string according to the Nate 8-bit date format
feedparser/datetimes/korean.py:61
Function
_parse_date_onblog
Parse a string according to the OnBlog 8-bit date format
feedparser/datetimes/korean.py:49
Function
_parse_date_perforce
parse a date in yyyy/mm/dd hh:mm:ss TTT format
feedparser/datetimes/perforce.py:33
Method
_scan_name
:type i: int :type declstartpos: int :rtype: Tuple[Optional[str], int]
feedparser/html.py:295
Method
_shorttag_replace
:type match: Match[str] :rtype: str
feedparser/html.py:100
Method
_start_abstract
(self, attrs_d)
feedparser/namespaces/_base.py:398
Method
_start_admin_errorreportsto
(self, attrs_d)
feedparser/namespaces/admin.py:48
Method
_start_admin_generatoragent
(self, attrs_d)
feedparser/namespaces/admin.py:40
Method
_start_body
(self, attrs_d)
feedparser/namespaces/_base.py:477
Method
_start_cc_license
(self, attrs_d)
feedparser/namespaces/cc.py:47
Method
_start_channel
(self, attrs_d)
feedparser/namespaces/_base.py:81
← previous
next →
101–200 of 371, ranked by callers