From 21cb005abc4df9e639ecc5321b4f8a4864fbc552 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Thu, 26 Sep 2024 02:58:00 +0300 Subject: [PATCH] Exclude all domains starting with the digit for now, to shrink the file size --- config/exclude-regexp-dist.awk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/exclude-regexp-dist.awk b/config/exclude-regexp-dist.awk index 859d28d..accc284 100644 --- a/config/exclude-regexp-dist.awk +++ b/config/exclude-regexp-dist.awk @@ -404,8 +404,7 @@ /^888/ {next} /^ankustarmios/ {next} /^apl/ {next} -/^azino/ {next} -/^azino/ {next} +/azino/ {next} /^bio/ {next} /^black/ {next} /^bonga/ {next} @@ -416,5 +415,7 @@ /^bxfilm/ {next} /^caburo/ {next} +# Temporary length($1) > 30 && !/wixmp/ {next} /xn--/ {next} +/^[0-9]/ {next}