mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-19 23:15:54 +00:00
Add option --wait-retries
This commit is contained in:
@@ -442,6 +442,10 @@ def create_parser():
|
||||
'--no-wait-for-video',
|
||||
dest='wait_for_video', action='store_const', const=None,
|
||||
help='Do not wait for scheduled streams (default)')
|
||||
general.add_option(
|
||||
'--wait-retries',
|
||||
dest='wait_retries', metavar='RETRIES', default="infinite",
|
||||
help='Number of retries while waiting for scheduled streams to become available (default is %default). --wait-for-video must also be set')
|
||||
general.add_option(
|
||||
'--mark-watched',
|
||||
action='store_true', dest='mark_watched', default=False,
|
||||
|
||||
Reference in New Issue
Block a user