linkchecker/linkcheck/plugins
Chris Mayo 9eed070a73 Stop using HTML handlers
LinkFinder is the only remaining HTML handler therefore no need for
htmlsoup.process_soup() as an independent function or TagFinder as a
base class.
2020-04-29 20:07:00 +01:00
..
__init__.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
anchorcheck.py Stop using HTML handlers 2020-04-29 20:07:00 +01:00
httpheaderinfo.py Force header names to lower to allow for CaseInsensitvieDict variability 2017-02-01 16:28:07 +00:00
locationinfo.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
markdowncheck.py fixes for Python 3: fix markdowncheck 2019-09-30 19:46:24 +01:00
parsepdf.py Make PdfParser Python 3 compatible 2019-10-24 19:57:27 +01:00
parseword.py Fix MS Word parser, hopefully 2019-10-22 16:39:57 +03:00
regexcheck.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
sslcertcheck.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
syntaxchecks.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
viruscheck.py Python 3: fix bytes vs strings in viruscheck plugin 2019-10-25 14:24:07 +03:00