|
@ -461,7 +461,8 @@ class YoutubeDL(object): |
|
|
|
|
|
|
|
|
# This extractors handle format selection themselves |
|
|
# This extractors handle format selection themselves |
|
|
if info_dict['extractor'] in [u'youtube', u'Youku', u'YouPorn', u'mixcloud']: |
|
|
if info_dict['extractor'] in [u'youtube', u'Youku', u'YouPorn', u'mixcloud']: |
|
|
self.process_info(info_dict) |
|
|
|
|
|
|
|
|
if download: |
|
|
|
|
|
self.process_info(info_dict) |
|
|
return info_dict |
|
|
return info_dict |
|
|
|
|
|
|
|
|
# We now pick which formats have to be downloaded |
|
|
# We now pick which formats have to be downloaded |
|
|