Browse Source

[YoutubeDL] Youku extractor now uses the standard format selection

Yen Chi Hsuan 10 years ago
parent
commit
0501bfa159
1 changed files with 0 additions and 6 deletions
  1. 0 6
      youtube_dl/YoutubeDL.py

+ 0 - 6
youtube_dl/YoutubeDL.py

@@ -1033,12 +1033,6 @@ class YoutubeDL(object):
             info_dict['id'], info_dict.get('subtitles'),
             info_dict['id'], info_dict.get('subtitles'),
             info_dict.get('automatic_captions'))
             info_dict.get('automatic_captions'))
 
 
-        # This extractors handle format selection themselves
-        if info_dict['extractor'] in ['Youku']:
-            if download:
-                self.process_info(info_dict)
-            return info_dict
-
         # We now pick which formats have to be downloaded
         # We now pick which formats have to be downloaded
         if info_dict.get('formats') is None:
         if info_dict.get('formats') is None:
             # There's only one format available
             # There's only one format available