From f2c3bef77b9038a4bc31b94b547e7b97227d372e Mon Sep 17 00:00:00 2001 From: df Date: Mon, 19 Jul 2021 16:44:13 +0100 Subject: [PATCH] Update --client-certificate option help --- README.md | 3 +++ youtube_dl/options.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2841ed68f..ccca4df19 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,9 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo -2, --twofactor TWOFACTOR Two-factor authentication code -n, --netrc Use .netrc authentication data --video-password PASSWORD Video password (vimeo, youku) + --client-certificate Path to a single certificate file in + PEM format, used to authenticate to the + site (including private key) ## Adobe Pass Options: --ap-mso MSO Adobe Pass multiple-system operator (TV diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 399160c2f..2898f1a77 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -373,7 +373,7 @@ def parseOpts(overrideArguments=None): authentication.add_option( '--client-certificate', dest='clientcertificate', metavar='PATH', - help='Path to a single certificate file in PEM format, used to authenticate to the site') + help='Path to a single certificate file in PEM format, used to authenticate to the site (including private key)') adobe_pass = optparse.OptionGroup(parser, 'Adobe Pass Options') adobe_pass.add_option(