mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-24 08:04:44 +00:00
dont quote exclams
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2809 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
2f48855b32
commit
fc4ce83372
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ def match_host (host, domainlist):
|
|||
return False
|
||||
|
||||
|
||||
_nopathquote_chars = "-;/=,~*+()@"
|
||||
_nopathquote_chars = "-;/=,~*+()@!"
|
||||
if os.name == 'nt':
|
||||
_nopathquote_chars += "|"
|
||||
_safe_url_chars = re.escape(_nopathquote_chars + "_:.&#%?[]!")+"a-zA-Z0-9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue