mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 12:45:27 +00:00
[networking] Fix --legacy-server-connect (#7645)
Bugfix for 227bf1a33b
Authored by: bashonly
This commit is contained in:
@@ -4097,7 +4097,7 @@ class YoutubeDL:
|
||||
'verbose': 'debug_printtraffic',
|
||||
'source_address': 'source_address',
|
||||
'timeout': 'socket_timeout',
|
||||
'legacy_ssl_support': 'legacy_server_connect',
|
||||
'legacy_ssl_support': 'legacyserverconnect',
|
||||
'enable_file_urls': 'enable_file_urls',
|
||||
'client_cert': {
|
||||
'client_certificate': 'client_certificate',
|
||||
|
||||
Reference in New Issue
Block a user