mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 10:23:16 +00: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
|
info_dict['playlist_index'] = None
|
||||||
|
|
||||||
# This extractors handle format selection themselves
|
# 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:
|
if download:
|
||||||
self.process_info(info_dict)
|
self.process_info(info_dict)
|
||||||
return info_dict
|
return info_dict
|
||||||
|
|
Loading…
Reference in a new issue