瀏覽代碼

[atresplayer] Do not extract ISM formats
As per @remitamine: the ISM downloader does not support videos served from wowza servers(it will produce broken files)

Sergey M․ 8 年之前
父節點
當前提交
610a6d1053
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      youtube_dl/extractor/atresplayer.py

+ 0 - 2
youtube_dl/extractor/atresplayer.py

@@ -167,8 +167,6 @@ class AtresPlayerIE(InfoExtractor):
             formats.extend(self._extract_mpd_formats(
                 video_url_hd[:-9] + '/manifest.mpd', video_id, mpd_id='dash',
                 fatal=False))
-            formats.extend(self._extract_ism_formats(
-                video_url_hd, video_id, ism_id='mss', fatal=False))
         self._sort_formats(formats)
 
         path_data = player.get('pathData')