mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
fix(data): update InterPals absence string to match current site response (#2442)
The previous absence string 'The requested user does not exist or is inactive' no longer matches the live site response. InterPals now returns 'User not found' for non-existent profiles, causing false positives for all username searches. Tested against interpals.net/noneownsthisusername (non-existent) and interpals.net/blue (claimed) to confirm detection accuracy. Closes #2433 Co-authored-by: Julio César Suástegui <juliosuas@users.noreply.github.com>
This commit is contained in:
committed by
Soxoj
parent
2329bd62fd
commit
4f070f5e6c
@@ -13655,7 +13655,7 @@
|
|||||||
],
|
],
|
||||||
"checkType": "message",
|
"checkType": "message",
|
||||||
"absenceStrs": [
|
"absenceStrs": [
|
||||||
"The requested user does not exist or is inactive"
|
"User not found"
|
||||||
],
|
],
|
||||||
"alexaRank": 46998,
|
"alexaRank": 46998,
|
||||||
"urlMain": "https://www.interpals.net/",
|
"urlMain": "https://www.interpals.net/",
|
||||||
@@ -29285,6 +29285,7 @@
|
|||||||
"usernameClaimed": "alex",
|
"usernameClaimed": "alex",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
|
|
||||||
"izmailonline.com": {
|
"izmailonline.com": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"ua"
|
"ua"
|
||||||
|
|||||||
Reference in New Issue
Block a user