mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-25 19:52:11 +00:00
[animeondemand] Skip dash for now
This commit is contained in:
parent
85c637b737
commit
bc5d16b302
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ class AnimeOnDemandIE(InfoExtractor):
|
||||||
file_, video_id, 'mp4',
|
file_, video_id, 'mp4',
|
||||||
entry_protocol='m3u8_native', m3u8_id=format_id, fatal=False)
|
entry_protocol='m3u8_native', m3u8_id=format_id, fatal=False)
|
||||||
elif source.get('type') == 'video/dash' or ext == 'mpd':
|
elif source.get('type') == 'video/dash' or ext == 'mpd':
|
||||||
|
continue
|
||||||
file_formats = self._extract_mpd_formats(
|
file_formats = self._extract_mpd_formats(
|
||||||
file_, video_id, mpd_id=format_id, fatal=False)
|
file_, video_id, mpd_id=format_id, fatal=False)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue