Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
5 deletions
-
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 |
|
|
|
# <SegmentTemplate> 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) |
|
|
|