[theplatform] always force theplatform to return a smil for _extract_theplatform_smil
[youtube-dl] / youtube_dl / extractor / cbsnews.py
index 7319ee1b734e6fc30e4cb681f66eb082ffb9622a..8ddcc5097e3bb7b83392e056080846daaab30924 100644 (file)
@@ -78,7 +78,7 @@ class CBSNewsIE(ThePlatformIE):
             pid = item.get('media' + format_id)
             if not pid:
                 continue
-            release_url = 'http://link.theplatform.com/s/dJ5BDC/%s?format=SMIL&mbr=true' % pid
+            release_url = 'http://link.theplatform.com/s/dJ5BDC/%s?mbr=true' % pid
             tp_formats, tp_subtitles = self._extract_theplatform_smil(release_url, video_id, 'Downloading %s SMIL data' % pid)
             formats.extend(tp_formats)
             subtitles = self._merge_subtitles(subtitles, tp_subtitles)