1
0
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:
pukkandan
2021-05-29 01:38:02 +05:30
parent 46953e7e6e
commit 885cc0b75c
3 changed files with 11 additions and 6 deletions

View File

@ -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)