1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 20:57:20 +08:00

adding is_live to the info json of ok videos

This commit is contained in:
Avichai Cohen 2019-04-28 17:05:18 +03:00
parent 280913800d
commit 806b59d614

View File

@ -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'))