1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-30 03:21:31 +00:00

Merge branch 'master' into yt-live-from-start-range

This commit is contained in:
bashonly
2024-04-16 11:01:17 -05:00
committed by GitHub
86 changed files with 3058 additions and 1337 deletions

View File

@@ -843,6 +843,7 @@ def parse_options(argv=None):
'noprogress': opts.quiet if opts.noprogress is None else opts.noprogress,
'progress_with_newline': opts.progress_with_newline,
'progress_template': opts.progress_template,
'progress_delta': opts.progress_delta,
'playliststart': opts.playliststart,
'playlistend': opts.playlistend,
'playlistreverse': opts.playlist_reverse,