From 01b2d06c57d52b2c6f241b1beb0e377ee3a8b2a6 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 31 Aug 2019 19:59:31 -0400 Subject: New upstream version 1.10.3 --- gallery_dl/postprocessor/zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gallery_dl/postprocessor') diff --git a/gallery_dl/postprocessor/zip.py b/gallery_dl/postprocessor/zip.py index 1075c70..6659a8d 100644 --- a/gallery_dl/postprocessor/zip.py +++ b/gallery_dl/postprocessor/zip.py @@ -34,7 +34,7 @@ class ZipPP(PostProcessor): algorithm = "store" self.path = pathfmt.realdirectory - args = (self.path + ext, "a", + args = (self.path[:-1] + ext, "a", self.COMPRESSION_ALGORITHMS[algorithm], True) if options.get("mode") == "safe": -- cgit v1.2.3