feat: add Codolio to supported sites
Add Codolio (coding portfolio tracker) as a new site target for username detection. Detection method: Message-based using title tag differences - Existing profiles: '<title>Username | Codolio</title>' - Non-existing profiles: '<title>Page Not Found | Codolio</title>' Tested with multiple usernames to confirm accurate detection.
This commit is contained in:
parent
0dbb6abcc5
commit
331b68d909
|
|
@ -547,6 +547,14 @@
|
|||
"urlMain": "https://www.codewars.com",
|
||||
"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": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://coinvote.cc/profile/{}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue