diff options
author | remitamine <remitamine@gmail.com> | 2016-03-18 09:21:21 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2016-03-18 09:22:10 +0100 |
commit | 4c92fd2e835cde89866d3dfb1fc05d23196b19db (patch) | |
tree | d8988a9d4764f28fa222ef38a35feee2eeb103fa /youtube_dl/extractor/nationalgeographic.py | |
parent | e3d17b3c07c6d8bc7fd45af1e45523e8fde5fb58 (diff) |
[theplatform] always force theplatform to return a smil for _extract_theplatform_smil
Diffstat (limited to 'youtube_dl/extractor/nationalgeographic.py')
-rw-r--r-- | youtube_dl/extractor/nationalgeographic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nationalgeographic.py b/youtube_dl/extractor/nationalgeographic.py index 6fc9e7b05..7ce8d9b18 100644 --- a/youtube_dl/extractor/nationalgeographic.py +++ b/youtube_dl/extractor/nationalgeographic.py @@ -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})) |