1
0
Fork 0

[ie/tver:olympic] Add extractor (#15885)

Authored by: doe1080
This commit is contained in:
doe1080 2026-02-10 05:56:39 +09:00 committed by GitHub
commit 02ce3efbfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 123 additions and 3 deletions

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