1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00
This commit is contained in:
ugo-studio 2025-03-21 14:47:42 +01:00 committed by GitHub
parent 968ad0f560
commit f3b18714fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):