From 20dd02cabf35d9476cd6a11da43fa549485f33b6 Mon Sep 17 00:00:00 2001 From: remitamine Date: Sun, 19 Jul 2015 17:07:50 +0100 Subject: [PATCH] [theplatform] change all manifests to m3u8 --- youtube_dl/extractor/theplatform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py index be67a68a8..8ee6ae706 100644 --- a/youtube_dl/extractor/theplatform.py +++ b/youtube_dl/extractor/theplatform.py @@ -108,7 +108,7 @@ class ThePlatformIE(InfoExtractor): config_url = config_url.replace('swf/', 'config/') config_url = config_url.replace('onsite/', 'onsite/config/') config = self._download_json(config_url, video_id, 'Downloading config') - smil_url = config['releaseUrl'] + '&format=SMIL&formats=MPEG4&manifest=f4m' + smil_url = config['releaseUrl'] + '&format=SMIL&formats=MPEG4&manifest=m3u' else: smil_url = 'http://link.theplatform.com/s/%s/meta.smil?format=smil&mbr=true&manifest=m3u' % path