logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: bc5d16b3023ab29216d868bbfe8838b5e92e72f6
parent 85c637b7376f0426e5e0a6812da2a72b2ca28680
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 21 Mar 2016 23:37:39 +0600

[animeondemand] Skip dash for now

Diffstat:

Myoutube_dl/extractor/animeondemand.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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: