linkchecker/linkcheck/htmlutil
Chris Mayo 48b590cf8b Replace FormFinder using BeautifulSoup.find_all()
FormFinder was the only handler that used an end_element() callback and
was therefore a blocker to moving the Parser class to use
BeautifulSoup.find_all()

FormFinder was a specialised handler used to parse a login form at
the start of a session if the user had configured authentication
credentials.
2020-04-10 13:51:05 +01:00
..
__init__.py Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
formsearch.py Replace FormFinder using BeautifulSoup.find_all() 2020-04-10 13:51:05 +01:00
linkparse.py Replace Parser lineno() and column() methods 2020-04-08 20:03:35 +01:00