mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 06:35:42 +07:00
[embedthumbnail] Embed if any thumbnail was downloaded, not just the best
This commit is contained in:
@@ -100,7 +100,7 @@ def _configuration_args(self, exe, keys=None, default=[], use_compat=True):
|
||||
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