projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7ceee
)
[YoutubeDL] Add playlist finished downloading message (Closes #7517)
author
hedii
<hedi.chaibs@gmail.com>
Tue, 17 Nov 2015 15:41:59 +0000
(16:41 +0100)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 19 Nov 2015 16:39:02 +0000
(22:39 +0600)
Conflicts:
youtube_dl/YoutubeDL.py
youtube_dl/YoutubeDL.py
patch
|
blob
|
history
diff --git
a/youtube_dl/YoutubeDL.py
b/youtube_dl/YoutubeDL.py
index 1783ce01bf683ab0cfa349a1b040362f88cc1a47..9d626049a2bd475e64c15adc2ab302857954b739 100755
(executable)
--- a/
youtube_dl/YoutubeDL.py
+++ b/
youtube_dl/YoutubeDL.py
@@
-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(