diff --git a/gallery_dl/postprocessor/ugoira.py b/gallery_dl/postprocessor/ugoira.py index 012e199b..c5477d27 100644 --- a/gallery_dl/postprocessor/ugoira.py +++ b/gallery_dl/postprocessor/ugoira.py @@ -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)