From b98349a02bdd1ccb540441dd95ae4187e5a7fa84 Mon Sep 17 00:00:00 2001 From: hedii Date: Tue, 17 Nov 2015 15:08:52 +0100 Subject: [PATCH] Keep the new message for multi_video too Remove unwanted if statement --- youtube_dl/YoutubeDL.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 2a86cc56c..7d4c1a286 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -833,8 +833,7 @@ class YoutubeDL(object): extra_info=extra) playlist_results.append(entry_result) ie_result['entries'] = playlist_results - if result_type == 'playlist': - self.to_screen('[info] Playlist download process finished') + self.to_screen('[info] Playlist download process finished') return ie_result elif result_type == 'compat_list': self.report_warning(