Update youtube_dl/extractor/tubitv.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
7607aa7589
commit
0f8938bd1e
@ -90,9 +90,7 @@ class TubiTvIE(InfoExtractor):
|
||||
'url': self._proto_relative_url(sub_url),
|
||||
})
|
||||
|
||||
is_live = None
|
||||
if video_data.get('tags'):
|
||||
is_live = 'live' in video_data.get('tags')
|
||||
is_live = ('live' in video_data.get('tags') or []) or None
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
Loading…
Reference in New Issue
Block a user