]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__init__.py
Add support for SSL client certificate authentication (#3435)
[yt-dlp.git] / yt_dlp / __init__.py
index dc2f905c72298d1e22d13eaa8972f2b7a21205d5..2e9da4c98be071aecfb1bdb6eb63e818158e6c17 100644 (file)
@@ -641,6 +641,9 @@ def parse_options(argv=None):
         'ap_mso': opts.ap_mso,
         'ap_username': opts.ap_username,
         'ap_password': opts.ap_password,
+        'client_certificate': opts.client_certificate,
+        'client_certificate_key': opts.client_certificate_key,
+        'client_certificate_password': opts.client_certificate_password,
         'quiet': opts.quiet or any_getting or opts.print_json or bool(opts.forceprint),
         'no_warnings': opts.no_warnings,
         'forceurl': opts.geturl,