aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/__init__.py
diff options
context:
space:
mode:
authorxtkoba <69125751+xtkoba@users.noreply.github.com>2022-01-21 15:12:30 +0900
committerGitHub <noreply@github.com>2022-01-21 11:42:30 +0530
commitf81c62a6a42ac0192fa0634c225ee540ad73be5a (patch)
tree298e4971820195190b9df4f777690c77d327cdef /yt_dlp/__init__.py
parent6c73052c0a44c90dad22468d598e1bc6aba7534c (diff)
downloadhypervideo-pre-f81c62a6a42ac0192fa0634c225ee540ad73be5a.tar.lz
hypervideo-pre-f81c62a6a42ac0192fa0634c225ee540ad73be5a.tar.xz
hypervideo-pre-f81c62a6a42ac0192fa0634c225ee540ad73be5a.zip
Add option --legacy-server-connect (#778)
to allow HTTPS connection to servers that do not support RFC 5746 secure renegotiation Authored by: xtkoba
Diffstat (limited to 'yt_dlp/__init__.py')
-rw-r--r--yt_dlp/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/__init__.py b/yt_dlp/__init__.py
index f3faf0ce4..c5e647c23 100644
--- a/yt_dlp/__init__.py
+++ b/yt_dlp/__init__.py
@@ -756,6 +756,7 @@ def _real_main(argv=None):
'skip_playlist_after_errors': opts.skip_playlist_after_errors,
'cookiefile': opts.cookiefile,
'cookiesfrombrowser': opts.cookiesfrombrowser,
+ 'legacyserverconnect': opts.legacy_server_connect,
'nocheckcertificate': opts.no_check_certificate,
'prefer_insecure': opts.prefer_insecure,
'proxy': opts.proxy,