projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c637b
)
[animeondemand] Skip dash for now
author
Sergey M․
<dstftw@gmail.com>
Mon, 21 Mar 2016 17:37:39 +0000
(23:37 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 21 Mar 2016 17:37:39 +0000
(23:37 +0600)
youtube_dl/extractor/animeondemand.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/animeondemand.py
b/youtube_dl/extractor/animeondemand.py
index a4769773859fc63879a97f094f4a9b1e11a1bcd0..2cede55a7e497f16a49a03ad8476d96f1ae9b433 100644
(file)
--- 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: