Add playlist name in the message
This commit is contained in:
parent
32f2360413
commit
85e1e99ae3
@ -833,7 +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] Playlist download process finished')
|
self.to_screen('[download] Playlist %s : download process finished' % playlist)
|
||||||
return ie_result
|
return ie_result
|
||||||
elif result_type == 'compat_list':
|
elif result_type == 'compat_list':
|
||||||
self.report_warning(
|
self.report_warning(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user