From b8784fafd8ffacbfc9f6a7817f0b62b1cbbd93dd Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 9 Jul 2021 21:56:10 +0200 Subject: tasks: use uncompressed stream --- python/refcat/tasks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 65184c4..af828f4 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1444,7 +1444,8 @@ class BrefZipWikiDOI(Refcat): def run(self): output = shellout(""" - skate-reduce -m wiki -W {wiki} -L {fatcat} | zstd -T0 -c > {output} + skate-reduce -m wiki -W <(zstdcat -T0 {wiki}) -L <(zstdcat -T0 {fatcat)} | + zstd -T0 -c > {output} """, wiki=self.input().get("wiki").path, fatcat=self.input().get("fatcat").path) -- cgit v1.2.3