Skip to content

Commit aad862b

Browse files
authored
Merge pull request soxoj#187 from soxoj/false-positive-fixes-04-09
Fixed some false positives from telegram bot
2 parents f1c0061 + c6d0f33 commit aad862b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

maigret/resources/data.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"forum",
271271
"ru"
272272
],
273-
"engine": "vBulletin",
273+
"engine": "XenForo",
274274
"alexaRank": 221253,
275275
"urlMain": "https://4cheat.ru",
276276
"usernameClaimed": "adam",
@@ -4911,6 +4911,7 @@
49114911
"usernameUnclaimed": "noonewouldeverusethis7"
49124912
},
49134913
"ForexDengi": {
4914+
"disabled": true,
49144915
"tags": [
49154916
"forum",
49164917
"ru"
@@ -5592,7 +5593,8 @@
55925593
"regexCheck": "^\\S+$",
55935594
"errors": {
55945595
"Are You a Robot?": "Captcha detected",
5595-
"Your IP address has been temporarily blocked due to a large number of HTTP requests": "Too many requests"
5596+
"Your IP address has been temporarily blocked due to a large number of HTTP requests": "Too many requests",
5597+
"your IP was banned": "IP ban"
55965598
},
55975599
"checkType": "message",
55985600
"absenceStrs": [
@@ -7126,6 +7128,9 @@
71267128
"ru"
71277129
],
71287130
"checkType": "status_code",
7131+
"errors": {
7132+
"The script encountered an error and will be aborted": "Site error"
7133+
},
71297134
"alexaRank": 3405363,
71307135
"urlMain": "http://ispdn.ru",
71317136
"url": "http://ispdn.ru/forum/user/{username}/",
@@ -8250,6 +8255,9 @@
82508255
"ru"
82518256
],
82528257
"checkType": "message",
8258+
"errors": {
8259+
"has been temporarily blocked": "IP ban"
8260+
},
82538261
"absenceStrs": [
82548262
"\u0417\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043d\u0430\u044f \u0432\u0430\u043c\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.",
82558263
"\u0414\u0430\u043d\u043d\u044b\u0435 \u043e \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442",
@@ -16179,6 +16187,7 @@
1617916187
]
1618016188
},
1618116189
"allgaz": {
16190+
"disabled": true,
1618216191
"tags": [
1618316192
"forum",
1618416193
"ru"
@@ -19360,7 +19369,8 @@
1936019369
],
1936119370
"checkType": "message",
1936219371
"absenceStrs": [
19363-
"We couldn't find that user"
19372+
"We couldn't find that user",
19373+
"Page Not Found"
1936419374
],
1936519375
"alexaRank": 24562,
1936619376
"urlMain": "https://www.sparkpeople.com",

0 commit comments

Comments
 (0)