From bf658ce760c897d55afd9bd2a03ce86d9b79b143 Mon Sep 17 00:00:00 2001 From: Sascha Leib Date: Sat, 6 Sep 2025 16:33:31 +0200 Subject: [PATCH] Small bugfix for blexbot --- data/known-bots.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/known-bots.json b/data/known-bots.json index 5dc5a32..6f3f56d 100644 --- a/data/known-bots.json +++ b/data/known-bots.json @@ -175,7 +175,7 @@ {"id": "blexbot", "n": "BLEXBot (DE)", "r": ["BLEXBot"], - "rx": ["BLEXBot/\\/(\\d\\.\\d)"], + "rx": ["BLEXBot\\/(\\d\\.\\d);"], "url": "https://help.seranking.com/en/blex-crawler" } ] \ No newline at end of file