aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorLesmiscore <nao20010128@gmail.com>2023-01-02 02:16:25 +0900
committerGitHub <noreply@github.com>2023-01-02 02:16:25 +0900
commit8c53322cda75394a8d551dde20b2529ee5ad6e89 (patch)
treeb3a5849a43d7e56b4980a67f1ac5ecc110f8803b /yt_dlp/options.py
parent193fb150b76c4aaf41fb2c98b073e7e1f8a108f0 (diff)
downloadhypervideo-pre-8c53322cda75394a8d551dde20b2529ee5ad6e89.tar.lz
hypervideo-pre-8c53322cda75394a8d551dde20b2529ee5ad6e89.tar.xz
hypervideo-pre-8c53322cda75394a8d551dde20b2529ee5ad6e89.zip
[downloader/aria2c] Native progress for aria2c via RPC (#3724)
Authored by: Lesmiscore, pukkandan Closes #2038
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index e9766c02d..5bbb292de 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -464,14 +464,14 @@ def create_parser():
'allowed_values': {
'filename', 'filename-sanitization', 'format-sort', 'abort-on-error', 'format-spec', 'no-playlist-metafiles',
'multistreams', 'no-live-chat', 'playlist-index', 'list-formats', 'no-direct-merge',
- 'no-attach-info-json', 'embed-metadata', 'embed-thumbnail-atomicparsley',
- 'seperate-video-versions', 'no-clean-infojson', 'no-keep-subs', 'no-certifi',
+ 'no-attach-info-json', 'embed-thumbnail-atomicparsley', 'no-external-downloader-progress',
+ 'embed-metadata', 'seperate-video-versions', 'no-clean-infojson', 'no-keep-subs', 'no-certifi',
'no-youtube-channel-redirect', 'no-youtube-unavailable-videos', 'no-youtube-prefer-utc-upload-date',
}, 'aliases': {
'youtube-dl': ['all', '-multistreams'],
'youtube-dlc': ['all', '-no-youtube-channel-redirect', '-no-live-chat'],
'2021': ['2022', 'no-certifi', 'filename-sanitization', 'no-youtube-prefer-utc-upload-date'],
- '2022': [],
+ '2022': ['no-external-downloader-progress'],
}
}, help=(
'Options that can help keep compatibility with youtube-dl or youtube-dlc '