Compare commits

..

No commits in common. "9106506dfe45595cb47848c4f7b2a7f4fa401cc3" and "4041fd0523fcdb7d31c176ea7a7203465a484403" have entirely different histories.

View File

@ -257,8 +257,7 @@ 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, fatal=False))
entry_protocol='m3u8_native', m3u8_id='hls', live=True))
return {
'id': video_id,