mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-03 18:10:10 +09:00
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),
|
'url': self._proto_relative_url(sub_url),
|
||||||
})
|
})
|
||||||
|
|
||||||
is_live = None
|
is_live = ('live' in video_data.get('tags') or []) or None
|
||||||
if video_data.get('tags'):
|
|
||||||
is_live = 'live' in video_data.get('tags')
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user