]> jfr.im git - yt-dlp.git/blobdiff - youtube_dl/YoutubeDL.py
[YoutubeIE] Externalize format selection
[yt-dlp.git] / youtube_dl / YoutubeDL.py
index 2a078adfbbc7f7aed7ca31a6aff85d0e6a9c19b2..74c0db4fc2a0e4d0f54a74187357e6bb05d7f09d 100644 (file)
@@ -636,7 +636,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']:
+        if info_dict['extractor'] in [u'Youku']:
             if download:
                 self.process_info(info_dict)
             return info_dict