mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 16:47:57 +00:00
Add support for OK
Add support for OK
This commit is contained in:
parent
b94c2b19dc
commit
7ac7a000f6
1 changed files with 10 additions and 0 deletions
10
data.json
10
data.json
|
@ -721,6 +721,16 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"OK": {
|
||||
"errorType": "message",
|
||||
"errorMsg": "This page does not exist on OK",
|
||||
"rank": 1,
|
||||
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-.]*$",
|
||||
"url": "https://ok.ru/{}",
|
||||
"urlMain": "https://ok.ru/",
|
||||
"username_claimed": "ok",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Pastebin": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://pastebin.com/index",
|
||||
|
|
Loading…
Reference in a new issue