mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-26 05:44:18 +03:00
[embedthumbnail] add new cli option '--force-convert-thumbnails'
This commit is contained in:
@@ -638,6 +638,7 @@ def get_postprocessors(opts):
|
||||
yield {
|
||||
'key': 'FFmpegThumbnailsConvertor',
|
||||
'format': opts.convertthumbnails,
|
||||
'force_convert_thumbnails': opts.force_convert_thumbnails,
|
||||
'when': 'before_dl',
|
||||
}
|
||||
if opts.extractaudio:
|
||||
|
||||
Reference in New Issue
Block a user