mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
mixcloud does not do any format selection
This commit is contained in:
parent
f088ea5486
commit
a7685f3bf4
@ -462,7 +462,7 @@ def process_video_result(self, info_dict, download=True):
|
||||
info_dict['playlist_index'] = None
|
||||
|
||||
# This extractors handle format selection themselves
|
||||
if info_dict['extractor'] in [u'youtube', u'Youku', u'mixcloud']:
|
||||
if info_dict['extractor'] in [u'youtube', u'Youku']:
|
||||
if download:
|
||||
self.process_info(info_dict)
|
||||
return info_dict
|
||||
|
Loading…
Reference in New Issue
Block a user