From 5495bb94dc51c4f2bde6707a354dc8f9174a350b Mon Sep 17 00:00:00 2001 From: hedii Date: Tue, 17 Nov 2015 11:29:29 +0100 Subject: [PATCH] Add an indicator string when playlist download is done When the playlist is fully downloaded/converted, output an info message. see #7517 --- youtube_dl/YoutubeDL.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 1783ce01b..2a86cc56c 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -833,6 +833,8 @@ 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') return ie_result elif result_type == 'compat_list': self.report_warning(