[theplatform] always force theplatform to return a smil for _extract_theplatform_smil
[youtube-dl] / youtube_dl / extractor / nationalgeographic.py
index 6fc9e7b050c75ced3262ebad9ba92d74ed6b5d7d..7ce8d9b182ca78401e772ebef5311a37c7819ee0 100644 (file)
@@ -48,7 +48,7 @@ class NationalGeographicIE(InfoExtractor):
         theplatform_id = url_basename(content.attrib.get('url'))
 
         return self.url_result(smuggle_url(
-            'http://link.theplatform.com/s/ngs/%s?format=SMIL&formats=MPEG4&manifest=f4m' % theplatform_id,
+            'http://link.theplatform.com/s/ngs/%s?formats=MPEG4&manifest=f4m' % theplatform_id,
             # For some reason, the normal links don't work and we must force
             # the use of f4m
             {'force_smil_url': True}))