Indicate that video is live

This commit is contained in:
James Taylor
2020-05-27 11:14:19 -07:00
parent b2f482f1fb
commit d5e661dfd3
2 changed files with 4 additions and 0 deletions

View File

@@ -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'],