mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-18 19:41:06 +00:00
Merge pull request #473 from cjmayo/valueerror
Fix critical exception when parsing a URL with a ]
This commit is contained in:
commit
0269fd88b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue