1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-26 05:29:48 +08:00

[YoutubeDL] Add playlist finished downloading message (Closes #7517)

Conflicts:
	youtube_dl/YoutubeDL.py
This commit is contained in:
hedii
2015-11-17 16:41:59 +01:00
committed by Sergey M․
Unverified
parent 6b7ceee1b9
commit 371c3b796c
+1
View File
@@ -833,6 +833,7 @@ class YoutubeDL(object):
extra_info=extra)
playlist_results.append(entry_result)
ie_result['entries'] = playlist_results
self.to_screen('[download] Finished downloading playlist: %s' % playlist)
return ie_result
elif result_type == 'compat_list':
self.report_warning(