mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 08:47:08 +00:00
Merge pull request #1239 from 0verread/add-sites
Added sites (Koo, Minds)
This commit is contained in:
commit
7b3cf0aaf2
1 changed files with 16 additions and 0 deletions
|
@ -2826,5 +2826,21 @@
|
|||
"urlMain": "https://www.zoomit.ir",
|
||||
"username_claimed": "kossher",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"koo": {
|
||||
"errorMsg": "Invalid Profile",
|
||||
"errorType": "message",
|
||||
"url": "https://www.kooapp.com/profile/{}",
|
||||
"urlMain": "https://www.kooapp.com",
|
||||
"username_claimed": "john",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"minds": {
|
||||
"errorMsg": "Sorry, this channel doesn't appear to exist",
|
||||
"errorType": "message",
|
||||
"url": "https://www.minds.com/{}/",
|
||||
"urlMain": "https://www.minds.com",
|
||||
"username_claimed": "john",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue