1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

[RCTIPlus] Support events and TV (#625)

Authored by: MinePlayersPE
This commit is contained in:
MinePlayersPE
2021-08-04 20:12:15 +07:00
committed by GitHub
parent 9997eee4af
commit 3dbb2a9dcb
4 changed files with 126 additions and 25 deletions

View File

@ -297,7 +297,7 @@ class InfoExtractor(object):
live stream that goes on instead of a fixed-length video.
was_live: True, False, or None (=unknown). Whether this video was
originally a live stream.
live_status: 'is_live', 'upcoming', 'was_live', 'not_live' or None (=unknown)
live_status: 'is_live', 'is_upcoming', 'was_live', 'not_live' or None (=unknown)
If absent, automatically set from is_live, was_live
start_time: Time in seconds where the reproduction should start, as
specified in the URL.