mirror of https://github.com/yt-dlp/yt-dlp.git
change to --proxy-no-check-certificates
This commit is contained in:
parent
fc8b4a3be9
commit
d3ae5688b4
|
@ -777,7 +777,7 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git
|
|||
that do not support RFC 5746 secure
|
||||
renegotiation
|
||||
--no-check-certificates Suppress HTTPS certificate validation
|
||||
--no-check-proxy-certificates Suppress HTTPS Proxy certificate validation
|
||||
--proxy-no-check-certificates Suppress HTTPS Proxy certificate validation
|
||||
--prefer-insecure Use an unencrypted connection to retrieve
|
||||
information about the video (Currently
|
||||
supported only for YouTube)
|
||||
|
|
|
@ -1099,7 +1099,7 @@ def create_parser():
|
|||
action='store_true', dest='no_check_certificate', default=False,
|
||||
help='Suppress HTTPS certificate validation')
|
||||
workarounds.add_option(
|
||||
'--no-check-proxy-certificates',
|
||||
'--proxy-no-check-certificates',
|
||||
action='store_true', dest='proxy_no_check_certificate', default=False,
|
||||
help='Suppress HTTPS Proxy certificate validation')
|
||||
workarounds.add_option(
|
||||
|
|
Loading…
Reference in New Issue