mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[EmbedThumbnail] Fix for already downloaded thumbnail
This commit is contained in:
		| @@ -3247,6 +3247,7 @@ class YoutubeDL(object): | ||||
|  | ||||
|             if not self.params.get('overwrites', True) and os.path.exists(encodeFilename(thumb_filename)): | ||||
|                 ret.append(suffix + thumb_ext) | ||||
|                 t['filepath'] = thumb_filename | ||||
|                 self.to_screen('[%s] %s: Thumbnail %sis already present' % | ||||
|                                (info_dict['extractor'], info_dict['id'], thumb_display_id)) | ||||
|             else: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan