mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 08:58:28 +00:00
Added key 'duration' = None to info_dict in TESTS of live streams.
This commit is contained in:
parent
ee1be9ca52
commit
bfdfb57fd6
@ -59,6 +59,7 @@ class SmotrimIE(InfoExtractor):
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
'is_live': True,
|
'is_live': True,
|
||||||
|
'duration': None,
|
||||||
},
|
},
|
||||||
'add_ie': ['RUTV'],
|
'add_ie': ['RUTV'],
|
||||||
},
|
},
|
||||||
@ -75,6 +76,7 @@ class SmotrimIE(InfoExtractor):
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
'is_live': True,
|
'is_live': True,
|
||||||
|
'duration': None,
|
||||||
},
|
},
|
||||||
'add_ie': ['RUTV'],
|
'add_ie': ['RUTV'],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user