[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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',