Added key 'duration' = None to info_dict in TESTS of live streams.

pull/13900/head
Nikolay Fedorov 2 weeks ago committed by GitHub
parent ee1be9ca52
commit bfdfb57fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -59,6 +59,7 @@ class SmotrimIE(InfoExtractor):
],
},
'is_live': True,
'duration': None,
},
'add_ie': ['RUTV'],
},
@ -75,6 +76,7 @@ class SmotrimIE(InfoExtractor):
],
},
'is_live': True,
'duration': None,
},
'add_ie': ['RUTV'],
},

Loading…
Cancel
Save