Skip to content

Commit

Permalink
[postprocessor:ugoira] use compatible paths with mkvmerge (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Apr 10, 2022
1 parent c5be28b commit 3524c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gallery_dl/postprocessor/ugoira.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def _process_mkvmerge(self, pathfmt, tempdir):
def _finalize_mkvmerge(self, pathfmt, tempdir):
args = [
self.mkvmerge,
"-o", self._realpath,
"-o", pathfmt.path, # mkvmerge does not support "raw" paths
"--timecodes", "0:" + self._write_mkvmerge_timecodes(tempdir),
]
if self.extension == "webm":
Expand Down
2 changes: 1 addition & 1 deletion gallery_dl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.

__version__ = "1.21.1"
__version__ = "1.21.2-dev"

0 comments on commit 3524c59

Please sign in to comment.