diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-02 01:41:44 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-02 01:41:44 +0200 |
commit | f1ebe42c6a7fc39f226097e8d0d7ff30bdfa217c (patch) | |
tree | 9b3408ee574ae86428f1e223aedc2ed4c69fce24 | |
parent | 5f44c236f82d3d02f9dd0061f0a0ab3d8010a3f5 (diff) | |
download | refcat-f1ebe42c6a7fc39f226097e8d0d7ff30bdfa217c.tar.gz refcat-f1ebe42c6a7fc39f226097e8d0d7ff30bdfa217c.zip |
fix command
-rw-r--r-- | python/refcat/tasks.py | 2 |
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, |