mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-16 03:15:40 +00:00
fix(linktr.ee): switch detector from message check to status_code (#2649)
This commit is contained in:
@@ -863,14 +863,7 @@
|
||||
"tags": [
|
||||
"links"
|
||||
],
|
||||
"checkType": "message",
|
||||
"absenceStrs": [
|
||||
"The page you’re looking for doesn’t exist.",
|
||||
"Want this to be your username?"
|
||||
],
|
||||
"presenseStrs": [
|
||||
"@container/profile-container"
|
||||
],
|
||||
"checkType": "status_code",
|
||||
"urlMain": "https://linktr.ee",
|
||||
"url": "https://linktr.ee/{username}",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||
|
||||
Reference in New Issue
Block a user