mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 19:34:43 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1345 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
00b018584b
commit
a4925830f6
1 changed files with 0 additions and 2 deletions
|
|
@ -32,8 +32,6 @@ _supported_encodings = ('gzip', 'x-gzip', 'deflate')
|
|||
|
||||
# Amazon blocks HEAD requests at all
|
||||
_isAmazonHost = re.compile(r'^www\.amazon\.(com|de|ca|fr|co\.(uk|jp))').search
|
||||
# Server not supporting anchors in urls (eg returning 404 errors)
|
||||
_isBrokenAnchorServer = re.compile(r'(Microsoft-IIS|Apache)/').search
|
||||
|
||||
|
||||
class HttpUrlData (ProxyUrlData):
|
||||
|
|
|
|||
Loading…
Reference in a new issue