diff options
author | coletdev <coletdjnz@protonmail.com> | 2022-03-23 12:26:55 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 16:26:55 -0700 |
commit | d5820461e85a9d3d0b2a019f988d4469bfbcc3ee (patch) | |
tree | ac01dbd3fa5a9d577450bfc48b99e623fa7058f4 /yt_dlp/options.py | |
parent | 8a23db95197282159efe970ca0ac69c97def60d3 (diff) | |
download | hypervideo-pre-d5820461e85a9d3d0b2a019f988d4469bfbcc3ee.tar.lz hypervideo-pre-d5820461e85a9d3d0b2a019f988d4469bfbcc3ee.tar.xz hypervideo-pre-d5820461e85a9d3d0b2a019f988d4469bfbcc3ee.zip |
Use certificates from `certifi` if installed (#3115)
Fixes #3102 and most `CERTIFICATE_VERIFY_FAILED` issues
Authored by: coletdjnz
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 646ccebcd..3c81da6c3 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -341,7 +341,7 @@ def create_parser(): 'filename', 'format-sort', 'abort-on-error', 'format-spec', 'no-playlist-metafiles', 'multistreams', 'no-live-chat', 'playlist-index', 'list-formats', 'no-direct-merge', 'no-youtube-channel-redirect', 'no-youtube-unavailable-videos', 'no-attach-info-json', 'embed-metadata', - 'embed-thumbnail-atomicparsley', 'seperate-video-versions', 'no-clean-infojson', 'no-keep-subs', + 'embed-thumbnail-atomicparsley', 'seperate-video-versions', 'no-clean-infojson', 'no-keep-subs', 'no-certifi', }, 'aliases': { 'youtube-dl': ['-multistreams', 'all'], 'youtube-dlc': ['-no-youtube-channel-redirect', '-no-live-chat', 'all'], |