Update embedthumbnail.py
This commit is contained in:
parent
dc558516cc
commit
d1c37697a1
@ -31,7 +31,7 @@ class EmbedThumbnailPP(FFmpegPostProcessor):
|
||||
temp_filename = prepend_extension(filename, 'temp')
|
||||
|
||||
if not info.get('thumbnails'):
|
||||
self._downloader.to_screen('[embedthumbnail] Thumbnail was not found. Nothing to do.')
|
||||
self._downloader.to_screen('[embedthumbnail] There aren\'t any thumbnails to embed')
|
||||
return [], info
|
||||
|
||||
thumbnail_filename = info['thumbnails'][-1]['filename']
|
||||
|
Loading…
x
Reference in New Issue
Block a user