Bases: HTMLParser.HTMLParser
-
handle_data
(data)[source]
-
handle_endtag
(tag)[source]
-
handle_startendtag
(tag, attrs)[source]
-
handle_starttag
(tag, attrs)[source]
-
ignore_close_tags
= ['meta', 'link', 'br', 'img', 'input']
-
ignore_content
= ['script', 'style']
-
text
()[source]