[YoutubeIE] Externalize format selection
[youtube-dl] / youtube_dl / YoutubeDL.py
index 2a078adfbbc7f7aed7ca31a6aff85d0e6a9c19b2..74c0db4fc2a0e4d0f54a74187357e6bb05d7f09d 100644 (file)
@@ -636,7 +636,7 @@ class YoutubeDL(object):
             info_dict['playlist_index'] = None
 
         # This extractors handle format selection themselves
-        if info_dict['extractor'] in [u'youtube', u'Youku']:
+        if info_dict['extractor'] in [u'Youku']:
             if download:
                 self.process_info(info_dict)
             return info_dict