1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-22 22:22:47 +08:00

Fix MTV + join-parts

This commit is contained in:
Mark Lee 2014-12-11 22:38:46 -08:00
parent 16d46b732f
commit 3a7fd2035e

View File

@ -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