diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-21 20:44:18 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-21 20:50:58 +0530 |
commit | ae30b84072803f549a88c7fb0202bee10cdc34ab (patch) | |
tree | ad26378087068b01b4080dd83cebbbbc8797788f /yt_dlp/extractor/common.py | |
parent | cc9d1493c6ec20f9401356f973c1a42e6d11895d (diff) | |
download | hypervideo-pre-ae30b84072803f549a88c7fb0202bee10cdc34ab.tar.lz hypervideo-pre-ae30b84072803f549a88c7fb0202bee10cdc34ab.tar.xz hypervideo-pre-ae30b84072803f549a88c7fb0202bee10cdc34ab.zip |
Add field `live_status`
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r-- | yt_dlp/extractor/common.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index a6fc5d11a..e892ff3cb 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -297,6 +297,8 @@ 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) + If absent, automatically set from is_live, was_live start_time: Time in seconds where the reproduction should start, as specified in the URL. end_time: Time in seconds where the reproduction should end, as |