aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/common.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-05-29 01:38:02 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-05-29 02:31:14 +0530
commit885cc0b75c3ef3ef46fa476746bd34381fd9446d (patch)
tree11f3e560051049433502ec8de04627a242816619 /yt_dlp/postprocessor/common.py
parent46953e7e6e2cf6da008d9747d7459b60931d0651 (diff)
downloadhypervideo-pre-885cc0b75c3ef3ef46fa476746bd34381fd9446d.tar.lz
hypervideo-pre-885cc0b75c3ef3ef46fa476746bd34381fd9446d.tar.xz
hypervideo-pre-885cc0b75c3ef3ef46fa476746bd34381fd9446d.zip
[embedthumbnail] Embed if any thumbnail was downloaded, not just the best
Diffstat (limited to 'yt_dlp/postprocessor/common.py')
-rw-r--r--yt_dlp/postprocessor/common.py2
1 files changed, 1 insertions, 1 deletions
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)