Merge pull request #473 from cjmayo/valueerror

Fix critical exception when parsing a URL with a ]
This commit is contained in:
Chris Mayo 2020-08-15 16:51:17 +01:00
commit 0269fd88b0

View file

@ -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