mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-14 16:27:10 +00:00
removed Cloob
This commit is contained in:
parent
7d42be795f
commit
8ede81782b
3 changed files with 20 additions and 8 deletions
|
@ -653,6 +653,13 @@
|
|||
"urlMain": "https://www.sparkpeople.com",
|
||||
"username_claimed": "adam",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Cloob": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.cloob.com/name/{}",
|
||||
"urlMain": "https://www.cloob.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1271,3 +1271,15 @@ As of 2021-09-04, SparkPeople returns false positives.
|
|||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
```
|
||||
|
||||
### Cloob
|
||||
As of 2021-10-25, Cloob seems to be down and their site is not responding.
|
||||
```
|
||||
"Cloob": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.cloob.com/name/{}",
|
||||
"urlMain": "https://www.cloob.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
```
|
||||
|
|
|
@ -273,13 +273,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Cloob": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.cloob.com/name/{}",
|
||||
"urlMain": "https://www.cloob.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"CloudflareCommunity": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://community.cloudflare.com/u/{}",
|
||||
|
@ -2155,4 +2148,4 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue