**PR description:**
This PR adds AWS Skills Profile to Sherlock’s supported sites in data.json. The configuration uses a unique substring (`shareProfileAccepted":false`) for reliable detection of non-existent usernames, addressing the challenge of JavaScript-rendered error messages. - Site details and detection logic follow Sherlock’s contributing guidelines and Code of Conduct. - No changes to core logic; only a new site entry. - Reviewed for schema compliance and duplicate key cleanup as noted.
This commit is contained in:
parent
1d2c4b134f
commit
0f3df0f4da
|
|
@ -193,6 +193,13 @@
|
|||
"urlMain": "https://www.avizo.cz/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"AWS Skills Profile": {
|
||||
"errorType": "message",
|
||||
"errorMsg": "shareProfileAccepted\":false",
|
||||
"url": "https://skillsprofile.skillbuilder.aws/user/{}/",
|
||||
"urlMain": "https://skillsprofile.skillbuilder.aws",
|
||||
"username_claimed": "mayank04pant"
|
||||
},
|
||||
"BOOTH": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://booth.pm/",
|
||||
|
|
@ -684,7 +691,6 @@
|
|||
"Duolingo": {
|
||||
"errorMsg": "{\"users\":[]}",
|
||||
"errorType": "message",
|
||||
|
||||
"url": "https://www.duolingo.com/profile/{}",
|
||||
"urlMain": "https://duolingo.com/",
|
||||
"urlProbe": "https://www.duolingo.com/2017-06-30/users?username={}",
|
||||
|
|
@ -2043,7 +2049,6 @@
|
|||
},
|
||||
"Spotify": {
|
||||
"errorType": "status_code",
|
||||
|
||||
"url": "https://open.spotify.com/user/{}",
|
||||
"urlMain": "https://open.spotify.com/",
|
||||
"username_claimed": "blue"
|
||||
|
|
@ -2466,7 +2471,6 @@
|
|||
},
|
||||
"YouTube": {
|
||||
"errorType": "status_code",
|
||||
|
||||
"url": "https://www.youtube.com/@{}",
|
||||
"urlMain": "https://www.youtube.com/",
|
||||
"username_claimed": "youtube"
|
||||
|
|
|
|||
Loading…
Reference in New Issue