[docs] clarify that --live-from-start is always experimental

Authored by: bashonly
This commit is contained in:
bashonly 2025-05-22 04:25:33 -05:00
parent bddf145828
commit a95450470c
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -473,7 +473,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) and Twitch')
help='Download livestreams from the start. Currently experimental and only supported for YouTube and Twitch')
general.add_option(
'--no-live-from-start',
action='store_false', dest='live_from_start',