mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-07 20:58:34 +03:00
[ie/openrec] Rework extractors (#16857)
Closes #12740, Closes #13698 Authored by: doe1080
This commit is contained in:
+1
-1
@@ -511,7 +511,7 @@ def create_parser():
|
||||
general.add_option(
|
||||
'--live-from-start',
|
||||
action='store_true', dest='live_from_start',
|
||||
help='Download livestreams from the start. Currently experimental and only supported for YouTube, Twitch, and TVer')
|
||||
help='Download livestreams from the start. Currently experimental and only supported for YouTube, Twitch, TVer, and mellow-fan')
|
||||
general.add_option(
|
||||
'--no-live-from-start',
|
||||
action='store_false', dest='live_from_start',
|
||||
|
||||
Reference in New Issue
Block a user