mixcloud does not do any format selection
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 28 Oct 2013 10:41:32 +0000 (11:41 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 28 Oct 2013 10:41:32 +0000 (11:41 +0100)
youtube_dl/YoutubeDL.py

index 12621ff95bd20a96df7f83c9cedbf97ef669a9a4..2a779373a8ac1c51dc011c8c0467157dc4426bbd 100644 (file)
@@ -462,7 +462,7 @@ class YoutubeDL(object):
             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