Merge pull request #78 from emericv/master

[YoutubeDL] Add `wait-for-video` yt-dlp option
This commit is contained in:
jiaxin huang
2022-09-02 08:03:04 +08:00
committed by GitHub
2 changed files with 263 additions and 2 deletions

View File

@@ -171,6 +171,7 @@ class Options
'no-flat-playlist' => 'the videos of a playlist', 'no-flat-playlist' => 'the videos of a playlist',
'live-from-start' => 'livestreams from the start. Currently only supported for YouTube (Experimental)', 'live-from-start' => 'livestreams from the start. Currently only supported for YouTube (Experimental)',
'no-live-from-start' => 'livestreams from the current time (default)', 'no-live-from-start' => 'livestreams from the current time (default)',
'wait-for-video' => 'Wait for scheduled streams to become available. Pass the minimum number of seconds (or range) to wait between retries',
'no-wait-for-video' => 'not wait for scheduled streams (default)', 'no-wait-for-video' => 'not wait for scheduled streams (default)',
'no-colors' => 'not emit color codes in output', 'no-colors' => 'not emit color codes in output',
'compat-options' => 'Options that can help keep compatibility with youtube-dl or youtube-dl-dlc configurations by reverting some of the', 'compat-options' => 'Options that can help keep compatibility with youtube-dl or youtube-dl-dlc configurations by reverting some of the',

File diff suppressed because one or more lines are too long