From 32f236041364249adecf054a584bc64e1ebd52e2 Mon Sep 17 00:00:00 2001 From: hedii Date: Tue, 17 Nov 2015 15:11:43 +0100 Subject: [PATCH] Change [info] to [download] --- youtube_dl/YoutubeDL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 7d4c1a286..5e5be3b24 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -833,7 +833,7 @@ class YoutubeDL(object): extra_info=extra) playlist_results.append(entry_result) ie_result['entries'] = playlist_results - self.to_screen('[info] Playlist download process finished') + self.to_screen('[download] Playlist download process finished') return ie_result elif result_type == 'compat_list': self.report_warning(