mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-27 17:51:24 +01:00
Compare commits
2 Commits
4041fd0523
...
9106506dfe
Author | SHA1 | Date | |
---|---|---|---|
|
9106506dfe | ||
|
f4e3a4e46d |
|
@ -257,7 +257,8 @@ class BannedVideoIE(BannedVideoBaseIE):
|
|||
if video_info.get('streamUrl') and not re.search(r'\.mp4$', video_info.get('streamUrl') or ''):
|
||||
formats.extend(self._extract_m3u8_formats(
|
||||
video_info.get('streamUrl'), video_id, 'mp4',
|
||||
entry_protocol='m3u8_native', m3u8_id='hls', live=True))
|
||||
entry_protocol='m3u8_native', m3u8_id='hls',
|
||||
live=True, fatal=False))
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
|
Loading…
Reference in New Issue
Block a user