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:
parent
16d46b732f
commit
3a7fd2035e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user