[extractor/youtube] Add live_status=post_live (#4495)

Related: https://github.com/yt-dlp/yt-dlp/issues/1564
Authored by: lazypete365
This commit is contained in:
lazypete365 2022-07-31 22:12:04 +02:00 committed by GitHub
parent 3df4f81dfe
commit e325a21a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 9 deletions

View file

@ -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.