mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 20:37:15 +08:00
adding is_live to the info json of ok videos
This commit is contained in:
parent
280913800d
commit
806b59d614
@ -207,6 +207,7 @@ class OdnoklassnikiIE(InfoExtractor):
|
||||
assert title
|
||||
if provider == 'LIVE_TV_APP':
|
||||
info['title'] = self._live_title(title)
|
||||
info['is_live'] = True
|
||||
|
||||
quality = qualities(('4', '0', '1', '2', '3', '5'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user