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),
|
'title': '{0} - {1}'.format(show_name, video_name),
|
||||||
'description': description,
|
'description': description,
|
||||||
'thumbnail': thumbnail,
|
'thumbnail': thumbnail,
|
||||||
'formats': self._entry_formats_to_parts(videos_info),
|
'formats': self._entry_formats_to_parts(videos_info['entries']),
|
||||||
}
|
}
|
||||||
return videos_info
|
return videos_info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user