diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-05-27 11:14:19 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-05-27 11:14:19 -0700 |
commit | d5e661dfd3736d844a35d28f0309f991f4175c07 (patch) | |
tree | d7b0da39af077274300d189a2a30e0fbbb51a247 /youtube/watch.py | |
parent | b2f482f1fbeb9587102fdd3a97ea674235e6bbcd (diff) | |
download | yt-local-d5e661dfd3736d844a35d28f0309f991f4175c07.tar.lz yt-local-d5e661dfd3736d844a35d28f0309f991f4175c07.tar.xz yt-local-d5e661dfd3736d844a35d28f0309f991f4175c07.zip |
Indicate that video is live
Diffstat (limited to 'youtube/watch.py')
-rw-r--r-- | youtube/watch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/watch.py b/youtube/watch.py index b0b60b9..ba6d73c 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -450,6 +450,7 @@ def get_watch_page(video_id=None): unlisted = info['unlisted'], limited_state = info['limited_state'], age_restricted = info['age_restricted'], + live = info['live'], playability_error = info['playability_error'], allowed_countries = info['allowed_countries'], |