mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 07:47:34 +01:00
Removed unneccesary changes to utils.py
This commit is contained in:
parent
03359e9864
commit
2f61fe4ccc
@ -6,7 +6,6 @@
|
|||||||
import contextlib
|
import contextlib
|
||||||
import ctypes
|
import ctypes
|
||||||
import datetime
|
import datetime
|
||||||
import time
|
|
||||||
import email.utils
|
import email.utils
|
||||||
import errno
|
import errno
|
||||||
import getpass
|
import getpass
|
||||||
@ -748,8 +747,6 @@ def http_request(self, req):
|
|||||||
del req.headers['User-agent']
|
del req.headers['User-agent']
|
||||||
req.headers['User-agent'] = req.headers['Youtubedl-user-agent']
|
req.headers['User-agent'] = req.headers['Youtubedl-user-agent']
|
||||||
del req.headers['Youtubedl-user-agent']
|
del req.headers['Youtubedl-user-agent']
|
||||||
#print("sleeping\n")
|
|
||||||
#time.sleep(1)
|
|
||||||
return req
|
return req
|
||||||
|
|
||||||
def http_response(self, req, resp):
|
def http_response(self, req, resp):
|
||||||
|
Loading…
Reference in New Issue
Block a user