aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/rudo.py
diff options
context:
space:
mode:
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),