mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
[postprocessor:exec] do not auto-add '{}' to command (#1185)
This was initially done to mimic youtube-dl's behavior and implementation of --exec, and it seemed reasonable at the time.
This commit is contained in:
parent
0a3bbc9c63
commit
e8c64dd961
@ -30,8 +30,6 @@ class ExecPP(PostProcessor):
|
||||
|
||||
args = options["command"]
|
||||
if isinstance(args, str):
|
||||
if "{}" not in args:
|
||||
args += " {}"
|
||||
self.args = args
|
||||
execute = self.exec_string
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user