Skip to content

Commit

Permalink
Merge pull request #126 from emericv/master
Browse files Browse the repository at this point in the history
[YoutubeDL] Restore `wait-for-video` yt-dlp option
  • Loading branch information
shiningw authored May 8, 2023
2 parents 13fd802 + 5287cbe commit 2f20d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Ytdl/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static function options()
'no-flat-playlist' => 'the videos of a playlist',
'live-from-start' => 'livestreams from the start.',
'no-live-from-start' => 'livestreams from the current time',
'wait-for-video' => 'wait for scheduled streams',
'no-wait-for-video' => 'not wait for scheduled streams (default)',
'mark-watched' => 'videos watched (even with --simulate)',
'no-mark-watched' => 'not mark videos watched (default)',
Expand Down
1 change: 1 addition & 0 deletions src/utils/ytdlOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const options = {
"no-flat-playlist": "the videos of a playlist",
"live-from-start": "livestreams from the start.",
"no-live-from-start": "livestreams from the current time",
"wait-for-video": "wait for scheduled streams",
"no-wait-for-video": "not wait for scheduled streams (default)",
"mark-watched": "videos watched (even with --simulate)",
"no-mark-watched": "not mark videos watched (default)",
Expand Down

0 comments on commit 2f20d17

Please sign in to comment.