From 9b901ae091b12557822fcd2c926411b5a378e3f0 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 2 Jun 2021 01:51:46 +0200 Subject: task: skip empty urls --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 92f309a..c0c40b4 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -248,7 +248,7 @@ class URLTabs(Refcat): def run(self): output = shellout(""" zstdcat -T0 {input} | - skate-map -m ru | + skate-map -m ru -skip-on-empty 3 | LC_ALL=C sort -T {tmpdir} -k3,3 -S25% --parallel 4 | zstd -T0 -c > {output} """, -- cgit v1.2.3