Merge pull request #2724 from obiwan04kanobi/feat/add-codolio
feat: add Codolio to supported sites
This commit is contained in:
commit
9fbbbf7c73
|
|
@ -547,6 +547,14 @@
|
||||||
"urlMain": "https://www.codewars.com",
|
"urlMain": "https://www.codewars.com",
|
||||||
"username_claimed": "example"
|
"username_claimed": "example"
|
||||||
},
|
},
|
||||||
|
"Codolio": {
|
||||||
|
"errorType": "message",
|
||||||
|
"errorMsg": "<title>Page Not Found | Codolio</title>",
|
||||||
|
"url": "https://codolio.com/profile/{}",
|
||||||
|
"urlMain": "https://codolio.com/",
|
||||||
|
"username_claimed": "testuser",
|
||||||
|
"regexCheck": "^[a-zA-Z0-9_-]{3,30}$"
|
||||||
|
},
|
||||||
"Coinvote": {
|
"Coinvote": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"url": "https://coinvote.cc/profile/{}",
|
"url": "https://coinvote.cc/profile/{}",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue