From f609f297d90b1e9028eb69e5288565d58c75b101 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Mon, 24 Apr 2023 09:26:12 +0300 Subject: [PATCH] Filter out more mirror domains --- config/exclude-regexp-dist.awk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/exclude-regexp-dist.awk b/config/exclude-regexp-dist.awk index a421f84..1eba3c1 100644 --- a/config/exclude-regexp-dist.awk +++ b/config/exclude-regexp-dist.awk @@ -276,5 +276,25 @@ /^indi[0-9]/ {next} /^intimp[0-9]/ {next} /^izzi-/ {next} +/zfilm-hd/ {next} +/zfilm[0-9]/ {next} +/zhahach/ {next} +/zeralo-v-a-v-a-d-a/ {next} +/vavada/ {next} +/wawada/ {next} +/zaliv-/ {next} +/zakon-kamennyh-dzhungley/ {next} +/zakis-/ {next} +/^zakis/ {next} +/^zagon/ {next} +/zarabot/ {next} +/^vzlom/ {next} +/^v[uy][l1][ck]/ {next} +/^vuzinfo/ {next} +/^up-x/ {next} +/^up[0-9]/ {next} +/^u[0-9][^0-9]/ {next} +/^trade/ {next} + length($1) > 30 && !/wixmp/ {next}