From 797daf0aa1d7890be9da70a33be7a279b9e9c928 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:52:23 +0100 Subject: [PATCH] Fix club.cnews.ru false positive: switch from status_code to message checkType (#2342) * Initial plan * Fix club.cnews.ru false positive: switch from status_code to message checkType with absence strings Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/af131d2f-c7b5-4798-8ad1-86bab2673fe4 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> --- maigret/resources/data.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 95d16a6..239cd9b 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -19683,7 +19683,11 @@ "blog", "ru" ], - "checkType": "status_code", + "checkType": "message", + "absenceStrs": [ + "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d", + "\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430" + ], "alexaRank": 19671, "urlMain": "https://club.cnews.ru/", "url": "https://club.cnews.ru/{username}",