linkchecker/linkcheck/HtmlParser
Chris Mayo 3771dd9136 Use parser.feed_soup() instead of parser.feed()
Markup is not being passed in pieces to the parser, so simplify the
interface and reduce the state further.
2020-04-08 20:03:35 +01:00
..
__init__.py Remove support for non-Tag elements from Parser 2020-03-31 20:10:35 +01:00
htmlsax.py Use parser.feed_soup() instead of parser.feed() 2020-04-08 20:03:35 +01:00