mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 18:14:42 +00:00
Catch urllib3 errors.
This commit is contained in:
parent
9c00531e71
commit
2354f16dbb
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ ExcCacheList = [
|
|||
EOFError,
|
||||
# http errors
|
||||
requests.exceptions.RequestException,
|
||||
requests.packages.urllib3.exceptions.HTTPError,
|
||||
# ftp errors
|
||||
ftplib.error_reply,
|
||||
ftplib.error_temp,
|
||||
|
|
|
|||
Loading…
Reference in a new issue