aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
diff options
context:
space:
mode:
authorlazypete365 <lazypete365@users.noreply.github.com>2022-07-31 22:12:04 +0200
committerGitHub <noreply@github.com>2022-08-01 01:42:04 +0530
commite325a21a1f9a007fa7fd0c9a702ce12404157e24 (patch)
tree5b1147db8596ef4d6106e692a95c63fdf775983f /yt_dlp/extractor/common.py
parent3df4f81dfe57e973a4ae79552e13828f616d74ea (diff)
downloadhypervideo-pre-e325a21a1f9a007fa7fd0c9a702ce12404157e24.tar.lz
hypervideo-pre-e325a21a1f9a007fa7fd0c9a702ce12404157e24.tar.xz
hypervideo-pre-e325a21a1f9a007fa7fd0c9a702ce12404157e24.zip
[extractor/youtube] Add `live_status=post_live` (#4495)
Related: https://github.com/yt-dlp/yt-dlp/issues/1564 Authored by: lazypete365
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r--yt_dlp/extractor/common.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py
index fc087a69c..d168763e0 100644
--- a/yt_dlp/extractor/common.py
+++ b/yt_dlp/extractor/common.py
@@ -312,7 +312,8 @@ 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: 'is_live', 'is_upcoming', 'was_live', 'not_live' or None (=unknown)
+ 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
specified in the URL.