1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
This commit is contained in:
MyNey 2025-03-09 23:11:17 +05:30 committed by GitHub
commit a84f5d3dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -290,7 +290,7 @@ def _real_extract(self, url):
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,