From bc40c22e2b162f71755ae639ec3898ea41b1ce7c Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Mon, 6 Mar 2023 12:15:12 +0300 Subject: [PATCH] Hotfix for wixmp (Deviantart) --- config/exclude-regexp-dist.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/exclude-regexp-dist.awk b/config/exclude-regexp-dist.awk index bf8a491..6742635 100644 --- a/config/exclude-regexp-dist.awk +++ b/config/exclude-regexp-dist.awk @@ -245,4 +245,4 @@ /^balashiha-grand/ {next} /^apl[0-9]*\./ {next} /dot-xenon-antonym/ {next} -length($1) > 30 {next} +length($1) > 30 && !/wixmp/ {next}