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