aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2024-01-31 14:39:03 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2024-02-20 02:31:56 +0530
commitffff1bc6598fc7a9258e51bc153cab812467f9f9 (patch)
treeb05495a1be967047e6bc366fdc76ff78f8f4868d /yt_dlp/options.py
parent4f043479090dc8a7e06e0bb53691e5414320dfb2 (diff)
Fix 3725b4f0c93ca3943e6300013a9670e4ab757fda
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index 9bea6549d..ab4986515 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -476,8 +476,8 @@ def create_parser():
'youtube-dl': ['all', '-multistreams', '-playlist-match-filter', '-manifest-filesize-approx'],
'youtube-dlc': ['all', '-no-youtube-channel-redirect', '-no-live-chat', '-playlist-match-filter', '-manifest-filesize-approx'],
'2021': ['2022', 'no-certifi', 'filename-sanitization', 'no-youtube-prefer-utc-upload-date'],
- '2022': ['2023', 'no-external-downloader-progress', 'playlist-match-filter'],
- '2023': ['prefer-legacy-http-handler', 'manifest-filesize-approx'],
+ '2022': ['2023', 'no-external-downloader-progress', 'playlist-match-filter', 'prefer-legacy-http-handler', 'manifest-filesize-approx'],
+ '2023': [],
}
}, help=(
'Options that can help keep compatibility with youtube-dl or youtube-dlc '