From fcfe598e2cd474fc8ffb782d9170886971005df3 Mon Sep 17 00:00:00 2001 From: hedii Date: Tue, 17 Nov 2015 16:41:59 +0100 Subject: [PATCH] Change the message --- 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 3ebe6b721..9d626049a 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('[download] Playlist %s : download process finished' % playlist) + self.to_screen('[download] Finished downloading playlist: %s' % playlist) return ie_result elif result_type == 'compat_list': self.report_warning(