mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[ie/twitch] Support --live-from-start (#13202)
Closes #10520 Authored by: bashonly
This commit is contained in:
parent
c7e575e316
commit
00b1bec552
2 changed files with 54 additions and 20 deletions
|
|
@ -470,7 +470,7 @@ def create_parser():
|
|||
general.add_option(
|
||||
'--live-from-start',
|
||||
action='store_true', dest='live_from_start',
|
||||
help='Download livestreams from the start. Currently only supported for YouTube (Experimental)')
|
||||
help='Download livestreams from the start. Currently only supported for YouTube (experimental) and Twitch')
|
||||
general.add_option(
|
||||
'--no-live-from-start',
|
||||
action='store_false', dest='live_from_start',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue