Skip to content

Commit

Permalink
Merge pull request #78 from emericv/master
Browse files Browse the repository at this point in the history
[YoutubeDL] Add `wait-for-video` yt-dlp option
  • Loading branch information
shiningw authored Sep 2, 2022
2 parents 285b9cd + 95cbd4b commit c405d73
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/Ytdl/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public static function options()
'no-flat-playlist' => 'the videos of a playlist',
'live-from-start' => 'livestreams from the start. Currently only supported for YouTube (Experimental)',
'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-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',
Expand Down
Loading

0 comments on commit c405d73

Please sign in to comment.