mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Add generated README.md
This commit is contained in:
parent
1bd564ddab
commit
a23be8bba2
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -352,14 +352,14 @@ ## General Options:
|
||||||
(Experimental)
|
(Experimental)
|
||||||
--no-live-from-start Download livestreams from the current time
|
--no-live-from-start Download livestreams from the current time
|
||||||
(default)
|
(default)
|
||||||
--wait-for-video MIN[-MAX] Wait for scheduled streams to become
|
--wait-for-video MIN[-MAX][:RETRIES]
|
||||||
|
Wait for scheduled streams to become
|
||||||
available. Pass the minimum number of
|
available. Pass the minimum number of
|
||||||
seconds (or range) to wait between retries
|
seconds (or range) to wait between retries.
|
||||||
|
RETRIES is the maximum number of additional
|
||||||
|
attempts if the video is still unavailable
|
||||||
|
after waiting (default is infinite)
|
||||||
--no-wait-for-video Do not wait for scheduled streams (default)
|
--no-wait-for-video Do not wait for scheduled streams (default)
|
||||||
--wait-retries RETRIES Number of retries while waiting for
|
|
||||||
scheduled streams to become available
|
|
||||||
(default is infinite). --wait-for-video must
|
|
||||||
also be set
|
|
||||||
--mark-watched Mark videos watched (even with --simulate)
|
--mark-watched Mark videos watched (even with --simulate)
|
||||||
--no-mark-watched Do not mark videos watched (default)
|
--no-mark-watched Do not mark videos watched (default)
|
||||||
--color [STREAM:]POLICY Whether to emit color codes in output,
|
--color [STREAM:]POLICY Whether to emit color codes in output,
|
||||||
|
|
Loading…
Reference in a new issue