[YoutubeDL] Restore wait-for-video yt-dlp option

This commit is contained in:
Emeric Verschuur
2023-05-07 13:21:35 +02:00
committed by Emeric Verschuur
parent 13fd802180
commit 5287cbe4e7
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,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.', 'live-from-start' => 'livestreams from the start.',
'no-live-from-start' => 'livestreams from the current time', '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)', 'no-wait-for-video' => 'not wait for scheduled streams (default)',
'mark-watched' => 'videos watched (even with --simulate)', 'mark-watched' => 'videos watched (even with --simulate)',
'no-mark-watched' => 'not mark videos watched (default)', 'no-mark-watched' => 'not mark videos watched (default)',

View File

@@ -14,6 +14,7 @@ const options = {
"no-flat-playlist": "the videos of a playlist", "no-flat-playlist": "the videos of a playlist",
"live-from-start": "livestreams from the start.", "live-from-start": "livestreams from the start.",
"no-live-from-start": "livestreams from the current time", "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)", "no-wait-for-video": "not wait for scheduled streams (default)",
"mark-watched": "videos watched (even with --simulate)", "mark-watched": "videos watched (even with --simulate)",
"no-mark-watched": "not mark videos watched (default)", "no-mark-watched": "not mark videos watched (default)",