aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorSimon Sawicki <contact@grub4k.xyz>2024-01-31 09:35:35 +0100
committerGitHub <noreply@github.com>2024-01-31 09:35:35 +0100
commit3725b4f0c93ca3943e6300013a9670e4ab757fda (patch)
treece9507c0bd55afac26a63f31b97edb448496b12f /yt_dlp/options.py
parent67bb70cd700c8d4c3149cd9e0539a5f32c3d1ce6 (diff)
[core] Add `--compat-options 2023` (#9084)
Authored by: Grub4K
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index e9d927717..9bea6549d 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -476,7 +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': ['no-external-downloader-progress', 'playlist-match-filter', 'prefer-legacy-http-handler', 'manifest-filesize-approx'],
+ '2022': ['2023', 'no-external-downloader-progress', 'playlist-match-filter'],
+ '2023': ['prefer-legacy-http-handler', 'manifest-filesize-approx'],
}
}, help=(
'Options that can help keep compatibility with youtube-dl or youtube-dlc '