diff options
author | MinePlayersPE <mineplayerspealt@gmail.com> | 2021-08-04 20:12:15 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 18:42:15 +0530 |
commit | 3dbb2a9dcb3f0cf60d09945f3a5fd4c8182d4483 (patch) | |
tree | 4f0d1d2d9a89c56865ca2c853e7a7281ec35213f /yt_dlp/extractor/common.py | |
parent | 9997eee4af137ab46fc00336b1d4b7d7eb6431d4 (diff) |
[RCTIPlus] Support events and TV (#625)
Authored by: MinePlayersPE
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r-- | yt_dlp/extractor/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index a4a5b37aa..812e53d32 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -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. |