From: Yen Chi Hsuan Date: Mon, 15 Jun 2015 16:15:30 +0000 (+0800) Subject: [YoutubeDL] Youku extractor now uses the standard format selection X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=0501bfa159db5b5e8ed7fd1ed966b9989becb3e9;p=youtube-dl [YoutubeDL] Youku extractor now uses the standard format selection --- diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index aacec2958..6e4b6f566 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -1033,12 +1033,6 @@ class YoutubeDL(object): info_dict['id'], info_dict.get('subtitles'), 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 if info_dict.get('formats') is None: # There's only one format available