aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorsepro <sepro@sepr0.com>2025-03-31 00:38:46 +0200
committerGitHub <noreply@github.com>2025-03-31 00:38:46 +0200
commit22e34adbd741e1c7072015debd615dc3fb71c401 (patch)
tree5811ffdb13cabfc70eeade206881bde66e8b338c /yt_dlp/options.py
parent6a6d97b2cbc78f818de05cc96edcdcfd52caa259 (diff)
Add `--compat-options 2024` (#12789)
Authored by: seproDev
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 91c2635a7..1742cbdfa 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -500,7 +500,8 @@ def create_parser():
'youtube-dlc': ['all', '-no-youtube-channel-redirect', '-no-live-chat', '-playlist-match-filter', '-manifest-filesize-approx', '-allow-unsafe-ext', '-prefer-vp9-sort'],
'2021': ['2022', 'no-certifi', 'filename-sanitization'],
'2022': ['2023', 'no-external-downloader-progress', 'playlist-match-filter', 'prefer-legacy-http-handler', 'manifest-filesize-approx'],
- '2023': ['prefer-vp9-sort'],
+ '2023': ['2024', 'prefer-vp9-sort'],
+ '2024': [],
},
}, help=(
'Options that can help keep compatibility with youtube-dl or youtube-dlc '