aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/rudo.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-10-02 14:07:49 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-10-02 14:07:49 +0800
commit99ed78c79e94c14ce24bc5bdccaf9573d4f83552 (patch)
treeee066dbc328ce7684cf35cbe3127a3be7a9f8502 /youtube_dl/extractor/rudo.py
parentfd152641726a3f5e47a6a5065f8e9b6fe2623c11 (diff)
downloadyoutube-dl-99ed78c79e94c14ce24bc5bdccaf9573d4f83552.tar.xz
[jwplatform] Support DASH streams
Diffstat (limited to 'youtube_dl/extractor/rudo.py')
-rw-r--r--youtube_dl/extractor/rudo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rudo.py b/youtube_dl/extractor/rudo.py
index 38366b784..9a330c196 100644
--- a/youtube_dl/extractor/rudo.py
+++ b/youtube_dl/extractor/rudo.py
@@ -43,7 +43,7 @@ class RudoIE(JWPlatformBaseIE):
transform_source=lambda s: js_to_json(re.sub(r'encodeURI\([^)]+\)', '""', s)))
info_dict = self._parse_jwplayer_data(
- jwplayer_data, video_id, require_title=False, m3u8_id='hls')
+ jwplayer_data, video_id, require_title=False, m3u8_id='hls', mpd_id='dash')
info_dict.update({
'title': self._og_search_title(webpage),