mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-20 18:30:09 +09:00
Update --client-certificate option help
This commit is contained in:
parent
8f2341c531
commit
f2c3bef77b
@ -404,6 +404,9 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
|||||||
-2, --twofactor TWOFACTOR Two-factor authentication code
|
-2, --twofactor TWOFACTOR Two-factor authentication code
|
||||||
-n, --netrc Use .netrc authentication data
|
-n, --netrc Use .netrc authentication data
|
||||||
--video-password PASSWORD Video password (vimeo, youku)
|
--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:
|
## Adobe Pass Options:
|
||||||
--ap-mso MSO Adobe Pass multiple-system operator (TV
|
--ap-mso MSO Adobe Pass multiple-system operator (TV
|
||||||
|
@ -373,7 +373,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
authentication.add_option(
|
authentication.add_option(
|
||||||
'--client-certificate',
|
'--client-certificate',
|
||||||
dest='clientcertificate', metavar='PATH',
|
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 = optparse.OptionGroup(parser, 'Adobe Pass Options')
|
||||||
adobe_pass.add_option(
|
adobe_pass.add_option(
|
||||||
|
Loading…
Reference in New Issue
Block a user