remove unused header from request
This commit is contained in:
@@ -41,7 +41,6 @@ def download_content(url, depth=0):
|
|||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
"Host": up.netloc,
|
"Host": up.netloc,
|
||||||
"Content-Type": "text/html; charset=utf-8",
|
|
||||||
"Connection": "keep-alive",
|
"Connection": "keep-alive",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user