From 57b956980094fb3629e89a509ced2d653c5378f0 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Thu, 10 Sep 2020 15:57:29 +0300 Subject: [PATCH] Add www.deviantart.com to ignore list, try 2 See https://ntc.party/t/www-deviantart-com/521/ --- config/exclude-regexp-dist.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/config/exclude-regexp-dist.awk b/config/exclude-regexp-dist.awk index 542691d..f333eb9 100644 --- a/config/exclude-regexp-dist.awk +++ b/config/exclude-regexp-dist.awk @@ -151,6 +151,7 @@ /seedbanda/ {next} #/gidonline/ {next} /^alco/ {next} +/^www\.deviantart\.com$/ {next} (/\.r\.cloudfront\.net/) {next} (/\*/) {next} (/\\/) {next}