From 8c76b72d69d3ba666b85d4758a4b6868f30f49a0 Mon Sep 17 00:00:00 2001 From: Andy Jackson Date: Wed, 10 Apr 2024 08:10:41 +0100 Subject: [PATCH] Attempt to igore twitter links during checking, for #15. --- mlc_config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mlc_config.json b/mlc_config.json index a194d5c..cb69bcc 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -3,5 +3,10 @@ "retryOn429": true, "retryCount": 5, "fallbackRetryDelay": "30s", - "aliveStatusCodes": [200, 206] + "aliveStatusCodes": [200, 206], + "ignorePatterns": [ + { + "pattern": "^https://twitter.com/" + } + ] }