X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Farkena.py;h=d45cae301df005f455aad3ec6aeda5ed87d5b50e;hb=7be15d40976bf40f44bc47301d4e839a1e171e52;hp=d7c5eeb8a4aa300c9f92abfe601f2adb4e83020b;hpb=f1991ce928d2a670b37ce4ac0e088459d9e28202;p=youtube-dl diff --git a/youtube_dl/extractor/arkena.py b/youtube_dl/extractor/arkena.py index d7c5eeb8a..d45cae301 100644 --- a/youtube_dl/extractor/arkena.py +++ b/youtube_dl/extractor/arkena.py @@ -81,11 +81,8 @@ class ArkenaIE(InfoExtractor): formats.extend(self._extract_f4m_formats( f_url, video_id, f4m_id=kind, fatal=False)) elif kind == 'dash' or 'mpd' in exts: - # TODO: Current DASH formats are broken - $Time$ pattern in - # not implemented yet - # formats.extend(self._extract_mpd_formats( - # f_url, video_id, mpd_id=kind, fatal=False)) - continue + formats.extend(self._extract_mpd_formats( + f_url, video_id, mpd_id=kind, fatal=False)) elif kind == 'silverlight': # TODO: process when ism is supported (see # https://github.com/rg3/youtube-dl/issues/8118)