aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2023-07-20 08:31:17 -0500
committerGitHub <noreply@github.com>2023-07-20 13:31:17 +0000
commit75dc8e673b481a82d0688aeec30f6c65d82bb359 (patch)
treea00a743beb082d17a6f345c22b66a96a06fe9b8b /yt_dlp/YoutubeDL.py
parent71baa490ebd3655746430f208a9b605d120cd315 (diff)
downloadhypervideo-pre-75dc8e673b481a82d0688aeec30f6c65d82bb359.tar.lz
hypervideo-pre-75dc8e673b481a82d0688aeec30f6c65d82bb359.tar.xz
hypervideo-pre-75dc8e673b481a82d0688aeec30f6c65d82bb359.zip
[networking] Fix `--legacy-server-connect` (#7645)
Bugfix for 227bf1a33be7b89cd7d44ad046844c4ccba104f4 Authored by: bashonly
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r--yt_dlp/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py
index 1a2f42fe9..324f9e99c 100644
--- a/yt_dlp/YoutubeDL.py
+++ b/yt_dlp/YoutubeDL.py
@@ -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',