mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 00:25:08 +00:00
[embedthumbnail] Embed if any thumbnail was downloaded, not just the best
This commit is contained in:
@ -100,7 +100,7 @@ class PostProcessor(object):
|
||||
else:
|
||||
use_compat = False
|
||||
return cli_configuration_args(
|
||||
self._downloader.params.get('postprocessor_args'),
|
||||
self.get_param('postprocessor_args'),
|
||||
keys, default, use_compat)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user