mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 19:16:46 +01:00
parent
67bb70cd70
commit
3725b4f0c9
2 changed files with 4 additions and 2 deletions
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue