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