From 3a7fd2035e4caa03b4e910fde65e4c10994cf578 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Thu, 11 Dec 2014 22:38:46 -0800 Subject: [PATCH] Fix MTV + join-parts --- youtube_dl/extractor/mtv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/mtv.py b/youtube_dl/extractor/mtv.py index 302391b6b..226f1d6f7 100644 --- a/youtube_dl/extractor/mtv.py +++ b/youtube_dl/extractor/mtv.py @@ -178,7 +178,7 @@ class MTVServicesInfoExtractor(InfoExtractor): 'title': '{0} - {1}'.format(show_name, video_name), 'description': description, 'thumbnail': thumbnail, - 'formats': self._entry_formats_to_parts(videos_info), + 'formats': self._entry_formats_to_parts(videos_info['entries']), } return videos_info