1
0
Fork 0

Add field live_status

This commit is contained in:
pukkandan 2021-07-21 20:44:18 +05:30
commit ae30b84072
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
3 changed files with 21 additions and 1 deletions

View file

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