1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 00:48:28 +00:00

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

This commit is contained in:
Nikolay Fedorov 2025-08-03 01:10:42 +03:00 committed by GitHub
parent ee1be9ca52
commit bfdfb57fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'],
}, },