aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-03-25 21:40:28 +0700
committerSergey M․ <dstftw@gmail.com>2017-03-25 21:40:54 +0700
commit610a6d10538d8ecab8e51dc083f02adbd09f706f (patch)
treec1de2be0ef004f7cde5b450477fd46396deea20d
parentc6c22e984d0d35172d8e39d2136d2059494d22b2 (diff)
downloadyoutube-dl-610a6d10538d8ecab8e51dc083f02adbd09f706f.tar.xz
[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)
-rw-r--r--youtube_dl/extractor/atresplayer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/atresplayer.py b/youtube_dl/extractor/atresplayer.py
index ffac9df0e..bfda1e24e 100644
--- a/youtube_dl/extractor/atresplayer.py
+++ b/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')