mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-17 02:51:07 +00:00
Remove httpurl.HEADER_ENCODING
Unused since:
d91a32822 ("Remove strformat.unicode_safe() and strformat.url_unicode_split()", 2020-07-07)
This commit is contained in:
parent
b6d97be46c
commit
0325ecd73f
1 changed files with 0 additions and 2 deletions
|
|
@ -46,8 +46,6 @@ from . import internpaturl, proxysupport
|
|||
from .const import WARN_HTTP_EMPTY_CONTENT, WARN_URL_RATE_LIMITED
|
||||
from requests.sessions import REDIRECT_STATI
|
||||
|
||||
# assumed HTTP header encoding
|
||||
HEADER_ENCODING = "iso-8859-1"
|
||||
HTTP_SCHEMAS = ('http://', 'https://')
|
||||
|
||||
# match for robots meta element content attribute
|
||||
|
|
|
|||
Loading…
Reference in a new issue