浏览代码

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

Conflicts:
	youtube_dl/YoutubeDL.py
hedii 9 年之前
父节点
当前提交
371c3b796c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/YoutubeDL.py

+ 1 - 0
youtube_dl/YoutubeDL.py

@@ -833,6 +833,7 @@ class YoutubeDL(object):
                                                       extra_info=extra)
                                                       extra_info=extra)
                 playlist_results.append(entry_result)
                 playlist_results.append(entry_result)
             ie_result['entries'] = playlist_results
             ie_result['entries'] = playlist_results
+            self.to_screen('[download] Finished downloading playlist: %s' % playlist)
             return ie_result
             return ie_result
         elif result_type == 'compat_list':
         elif result_type == 'compat_list':
             self.report_warning(
             self.report_warning(