From a95450470c3ec404e46f12087bb56dbac18c3569 Mon Sep 17 00:00:00 2001 From: bashonly Date: Thu, 22 May 2025 04:25:33 -0500 Subject: [PATCH] [docs] clarify that `--live-from-start` is always experimental Authored by: bashonly --- yt_dlp/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/options.py b/yt_dlp/options.py index b3e11dd3aa..b4d3d4d668 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -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',