diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-02 03:40:47 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-02 03:52:23 +0530 |
commit | 0647d9251f7285759109cc82693efee533346911 (patch) | |
tree | f88e1d71a36d28d15933f8d4314685d6979e6214 /yt_dlp/extractor/common.py | |
parent | be5c1ae86202be54225d376756f5d9f0bf8f392a (diff) | |
download | hypervideo-pre-0647d9251f7285759109cc82693efee533346911.tar.lz hypervideo-pre-0647d9251f7285759109cc82693efee533346911.tar.xz hypervideo-pre-0647d9251f7285759109cc82693efee533346911.zip |
Minor bugfixes
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 0ae0f4301..bf3fc8258 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -316,7 +316,7 @@ class InfoExtractor: 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: None (=unknown), 'is_live', 'is_upcoming', 'was_live', 'not_live' + live_status: None (=unknown), 'is_live', 'is_upcoming', 'was_live', 'not_live', or 'post_live' (was live, but VOD is not yet processed) If absent, automatically set from is_live, was_live start_time: Time in seconds where the reproduction should start, as |