[ie/openrec] Rework extractors (#16857)

Closes #12740, Closes #13698
Authored by: doe1080
This commit is contained in:
doe1080
2026-07-03 18:55:36 +00:00
committed by GitHub
parent 26654a359d
commit 5aa335ecd9
4 changed files with 678 additions and 101 deletions
+1 -1
View File
@@ -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',