From 885cc0b75c3ef3ef46fa476746bd34381fd9446d Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sat, 29 May 2021 01:38:02 +0530 Subject: [embedthumbnail] Embed if any thumbnail was downloaded, not just the best --- yt_dlp/postprocessor/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/postprocessor/common.py') diff --git a/yt_dlp/postprocessor/common.py b/yt_dlp/postprocessor/common.py index b01ba5ee0..b6d06f33f 100644 --- a/yt_dlp/postprocessor/common.py +++ b/yt_dlp/postprocessor/common.py @@ -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) -- cgit v1.2.3