This commit is contained in:
MyNey 2024-04-28 10:15:07 +05:30 committed by GitHub
commit 6b3ebe1df8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ class VidioLiveIE(VidioBaseIE):
pass
if stream_meta.get('stream_url'):
formats.extend(self._extract_m3u8_formats(
stream_meta['stream_url'], display_id, 'mp4', 'm3u8_native'))
stream_meta['stream_url'], display_id, 'mp4', 'm3u8_native', fatal=False))
return {
'id': video_id,