mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
removed Enjin as its been closed down
This commit is contained in:
parent
bdf887a351
commit
6cfda957e2
3 changed files with 20 additions and 7 deletions
|
@ -784,5 +784,12 @@
|
|||
"url": "https://www.forumhouse.ru/members/?username={}",
|
||||
"urlMain": "https://www.forumhouse.ru/",
|
||||
"username_claimed": "red"
|
||||
},
|
||||
"Enjin": {
|
||||
"errorMsg": "Yikes, there seems to have been an error. We've taken note and will check out the problem right away!",
|
||||
"errorType": "message",
|
||||
"url": "https://www.enjin.com/profile/{}",
|
||||
"urlMain": "https://www.enjin.com/",
|
||||
"username_claimed": "blue"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1737,3 +1737,16 @@ As of 2023.04.21, ForumhouseRU returns false positives
|
|||
"username_claimed": "red"
|
||||
}
|
||||
```
|
||||
|
||||
## Enjin
|
||||
As of 2023.08.29, Enjin has closed down.
|
||||
|
||||
```json
|
||||
"Enjin": {
|
||||
"errorMsg": "Yikes, there seems to have been an error. We've taken note and will check out the problem right away!",
|
||||
"errorType": "message",
|
||||
"url": "https://www.enjin.com/profile/{}",
|
||||
"urlMain": "https://www.enjin.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
```
|
|
@ -631,13 +631,6 @@
|
|||
"urlMain": "https://community.eintracht.de/",
|
||||
"username_claimed": "mmammu"
|
||||
},
|
||||
"Enjin": {
|
||||
"errorMsg": "Yikes, there seems to have been an error. We've taken note and will check out the problem right away!",
|
||||
"errorType": "message",
|
||||
"url": "https://www.enjin.com/profile/{}",
|
||||
"urlMain": "https://www.enjin.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Envato Forum": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://forums.envato.com/u/{}",
|
||||
|
|
Loading…
Reference in a new issue