fix: Add error messages to BabyRu to prevent false positives
This commit is contained in:
parent
f32f4ffaee
commit
017c08a45d
|
|
@ -2879,5 +2879,16 @@
|
||||||
"urlMain": "https://platzi.com/",
|
"urlMain": "https://platzi.com/",
|
||||||
"username_claimed": "freddier",
|
"username_claimed": "freddier",
|
||||||
"request_method": "GET"
|
"request_method": "GET"
|
||||||
}
|
},
|
||||||
|
"BabyRu": {
|
||||||
|
"url": "https://www.baby.ru/u/{}",
|
||||||
|
"urlMain": "https://www.baby.ru/",
|
||||||
|
"errorType": "message",
|
||||||
|
"errorMsg": [
|
||||||
|
"Страница, которую вы искали, не найдена",
|
||||||
|
"Доступ с вашего IP-адреса временно ограничен"
|
||||||
|
],
|
||||||
|
"regexCheck": false
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue