mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
[postprocessor:ugoira] put '=' before mkvmerge input filename
This commit is contained in:
parent
5c2d953766
commit
a164f4b91e
@ -220,7 +220,7 @@ class UgoiraPP(PostProcessor):
|
||||
]
|
||||
if self.extension == "webm":
|
||||
args.append("--webm")
|
||||
args.append(pathfmt.realpath)
|
||||
args += ("=", pathfmt.realpath)
|
||||
|
||||
pathfmt.realpath = self._realpath
|
||||
self._exec(args)
|
||||
|
Loading…
Reference in New Issue
Block a user