From 3395beeca3933288c21092f05e319ca98d832290 Mon Sep 17 00:00:00 2001 From: Quentin Kaiser <569494+qkaiser@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:34:13 +0100 Subject: [PATCH] Update unblob/handlers/compression/gzip.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: KrisztiƔn Fekete <1246751+e3krisztian@users.noreply.github.com> --- unblob/handlers/compression/gzip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unblob/handlers/compression/gzip.py b/unblob/handlers/compression/gzip.py index f7706d2eed..9fc8c56cfe 100644 --- a/unblob/handlers/compression/gzip.py +++ b/unblob/handlers/compression/gzip.py @@ -153,7 +153,7 @@ class MultiVolumeGzipHandler(DirectoryHandler): NAME = "multi-gzip" EXTRACTOR = MultiGZIPExtractor() - PATTERN = Glob("*.gz.aa") + PATTERN = Glob("*.gz.*") def calculate_multifile(self, file: Path) -> Optional[MultiFile]: with File.from_path(file) as f: