Keep the new message for multi_video too
Remove unwanted if statement
This commit is contained in:
parent
5495bb94dc
commit
b98349a02b
@ -833,8 +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
|
||||||
if result_type == 'playlist':
|
self.to_screen('[info] Playlist download process finished')
|
||||||
self.to_screen('[info] Playlist download process finished')
|
|
||||||
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