1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-04 10:52:53 +08:00

Change the message

This commit is contained in:
hedii 2015-11-17 16:41:59 +01:00
parent 85e1e99ae3
commit fcfe598e2c

View File

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