[animeondemand] Skip dash for now
authorSergey M․ <dstftw@gmail.com>
Mon, 21 Mar 2016 17:37:39 +0000 (23:37 +0600)
committerSergey M․ <dstftw@gmail.com>
Mon, 21 Mar 2016 17:37:39 +0000 (23:37 +0600)
youtube_dl/extractor/animeondemand.py

index a4769773859fc63879a97f094f4a9b1e11a1bcd0..2cede55a7e497f16a49a03ad8476d96f1ae9b433 100644 (file)
@@ -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: