diff options
-rw-r--r-- | python/refcat/tasks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index c04ec3c..9a4aa40 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1478,6 +1478,7 @@ class RefsURL(Refcat): output = shellout(""" zstdcat -T0 {input} | skate-map -m ur -skip-on-empty 1 | + skate-cleanup -c url -allow http,https -X -B -S -f 1 | LC_ALL=C sort -T {tmpdir} -k1,1 -S25% | zstd -T0 -c > {output} """, |