mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-24 21:08:46 +03:00
[embedthumbnail] add new cli option '--force-convert-thumbnails'
This commit is contained in:
@@ -73,7 +73,7 @@ class EmbedThumbnailPP(FFmpegPostProcessor):
|
||||
|
||||
# Correct extension for WebP file with wrong extension (see #25687, #25717)
|
||||
convertor = FFmpegThumbnailsConvertorPP(self._downloader)
|
||||
convertor.fixup_webp(info, idx)
|
||||
convertor.fixup_thumbnail(info, idx)
|
||||
|
||||
original_thumbnail = thumbnail_filename = info['thumbnails'][idx]['filepath']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user