aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-02 01:41:44 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-02 01:41:44 +0200
commitf1ebe42c6a7fc39f226097e8d0d7ff30bdfa217c (patch)
tree9b3408ee574ae86428f1e223aedc2ed4c69fce24 /python
parent5f44c236f82d3d02f9dd0061f0a0ab3d8010a3f5 (diff)
downloadrefcat-f1ebe42c6a7fc39f226097e8d0d7ff30bdfa217c.tar.gz
refcat-f1ebe42c6a7fc39f226097e8d0d7ff30bdfa217c.zip
fix command
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 4eefdcc..4a095a7 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -278,7 +278,7 @@ class URLList(Refcat):
cut -f 3 |
skate-cleanup -X -c url -B -S -f 1 |
LC_ALL=C sort -u -T {tmpdir} -k1,1 -S25% --parallel 4 |
- LC_ALL=C grep -E 'https?://'
+ LC_ALL=C grep -E 'https?://' |
zstd -T0 -c > {output}
""",
n=self.n,