1
0
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:
Mike Fährmann 2022-03-27 14:46:03 +02:00
parent 5c2d953766
commit a164f4b91e
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

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