1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-04 00:25:15 +00:00

[ie/twitch] Support --live-from-start (#13202)

Closes #10520
Authored by: bashonly
This commit is contained in:
bashonly
2025-05-20 16:53:54 -05:00
committed by GitHub
parent c7e575e316
commit 00b1bec552
2 changed files with 54 additions and 20 deletions

View File

@@ -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',