aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-02 01:46:04 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-02 01:46:04 +0200
commit4b68b9f2d607bcaf75b841fc22da218c289fb830 (patch)
tree7b76575b3dfd699fb49e9dce3839569e2e3cb23a
parentf1ebe42c6a7fc39f226097e8d0d7ff30bdfa217c (diff)
downloadrefcat-4b68b9f2d607bcaf75b841fc22da218c289fb830.tar.gz
refcat-4b68b9f2d607bcaf75b841fc22da218c289fb830.zip
fix pattern
-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 4a095a7..92f309a 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,