mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
cleanup
This commit is contained in:
parent
968ad0f560
commit
f3b18714fb
@ -227,10 +227,6 @@ def rebuild_auth(self, prepared_request, response):
|
||||
del response._real_status_code
|
||||
return super().rebuild_auth(prepared_request, response)
|
||||
|
||||
def send(self, request, **kwargs):
|
||||
print(f'Requesting URL: {request.url}') # Print each URL before sending the request
|
||||
return super().send(request, **kwargs)
|
||||
|
||||
|
||||
class Urllib3LoggingFilter(logging.Filter):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user