linkchecker/linkcheck/plugins
Chris Mayo b2e63663f8 Make PdfParser Python 3 compatible
basestring is not available in Python 3. Ensure all URLs are Unicode.

url_data.get_raw_content() is returning bytes.
2019-10-24 19:57:27 +01:00
..
__init__.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
anchorcheck.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02: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 Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00