From: Sergey M․ Date: Mon, 21 Mar 2016 17:37:39 +0000 (+0600) Subject: [animeondemand] Skip dash for now X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=bc5d16b3023ab29216d868bbfe8838b5e92e72f6;p=youtube-dl [animeondemand] Skip dash for now --- diff --git a/youtube_dl/extractor/animeondemand.py b/youtube_dl/extractor/animeondemand.py index a47697738..2cede55a7 100644 --- a/youtube_dl/extractor/animeondemand.py +++ b/youtube_dl/extractor/animeondemand.py @@ -204,6 +204,7 @@ class AnimeOnDemandIE(InfoExtractor): file_, video_id, 'mp4', entry_protocol='m3u8_native', m3u8_id=format_id, fatal=False) elif source.get('type') == 'video/dash' or ext == 'mpd': + continue file_formats = self._extract_mpd_formats( file_, video_id, mpd_id=format_id, fatal=False) else: