Add an indicator string when playlist download is done

When the playlist is fully downloaded/converted, output an info message.
see #7517
This commit is contained in:
hedii 2015-11-17 11:29:29 +01:00
parent 0c176d7bde
commit 5495bb94dc

View File

@ -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(