diff --git a/linkcheck/checker/const.py b/linkcheck/checker/const.py index 0289cbbd..f473ad02 100644 --- a/linkcheck/checker/const.py +++ b/linkcheck/checker/const.py @@ -27,6 +27,7 @@ from dns.exception import DNSException # Catch these exception on syntax checks. ExcSyntaxList = [ LinkCheckerError, + ValueError, ] # Catch these exceptions on content and connect checks. All other