diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-06-16 00:15:30 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-06-16 00:15:30 +0800 |
commit | 0501bfa159db5b5e8ed7fd1ed966b9989becb3e9 (patch) | |
tree | 412c45a07da62caed59440dbbd99780e0bbf3353 /youtube_dl/YoutubeDL.py | |
parent | a155b7e76c5a71c650f62c4716d23a24943fc373 (diff) |
[YoutubeDL] Youku extractor now uses the standard format selection
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 6 |
1 files changed, 0 insertions, 6 deletions
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 |