Merge pull request #1704 from sherlock-project/add-fix-sites

Add and fix sites
pull/1708/head
Siddharth Dushantha 2 years ago committed by GitHub
commit 12759c80e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -721,5 +721,12 @@
"urlMain": "https://www.kooapp.com", "urlMain": "https://www.kooapp.com",
"urlProbe": "https://www.kooapp.com/apiV1/users/handle/{}/valid", "urlProbe": "https://www.kooapp.com/apiV1/users/handle/{}/valid",
"username_claimed": "john" "username_claimed": "john"
},
"We Heart It": {
"errorMsg": "Oops! You've landed on a moving target!",
"errorType": "message",
"url": "https://weheartit.com/{}",
"urlMain": "https://weheartit.com/",
"username_claimed": "ventivogue"
} }
} }

@ -1632,3 +1632,16 @@ As of 15.02.2023, Koo returns false positives
"username_claimed": "john" "username_claimed": "john"
} }
``` ```
## We Heart It
As of 2022.02.25, WeHeartIt no longer allows us to check for usersnames through their website. Visiting their website leads to links to download the mobile application. A potential way of fixing this is to find API endpoints in the app
```json
"We Heart It": {
"errorMsg": "Oops! You've landed on a moving target!",
"errorType": "message",
"url": "https://weheartit.com/{}",
"urlMain": "https://weheartit.com/",
"username_claimed": "ventivogue"
}
```

@ -1210,11 +1210,11 @@
"username_claimed": "blue" "username_claimed": "blue"
}, },
"NICommunityForum": { "NICommunityForum": {
"errorMsg": "The specified member cannot be found", "errorMsg": "The page you were looking for could not be found.",
"errorType": "message", "errorType": "message",
"url": "https://www.native-instruments.com/forum/members?username={}", "url": "https://community.native-instruments.com/profile/{}",
"urlMain": "https://www.native-instruments.com/forum/", "urlMain": "https://www.native-instruments.com/forum/",
"username_claimed": "blue" "username_claimed": "jambert"
}, },
"NationStates Nation": { "NationStates Nation": {
"errorMsg": "Was this your nation? It may have ceased to exist due to inactivity, but can rise again!", "errorMsg": "Was this your nation? It may have ceased to exist due to inactivity, but can rise again!",
@ -1987,13 +1987,6 @@
"urlProbe": "https://www.wattpad.com/api/v3/users/{}/", "urlProbe": "https://www.wattpad.com/api/v3/users/{}/",
"username_claimed": "Dogstho7951" "username_claimed": "Dogstho7951"
}, },
"We Heart It": {
"errorMsg": "Oops! You've landed on a moving target!",
"errorType": "message",
"url": "https://weheartit.com/{}",
"urlMain": "https://weheartit.com/",
"username_claimed": "ventivogue"
},
"WebNode": { "WebNode": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$", "regexCheck": "^[a-zA-Z0-9@_-]$",
@ -2587,5 +2580,88 @@
"url": "https://www.znanylekarz.pl/{}", "url": "https://www.znanylekarz.pl/{}",
"urlMain": "https://znanylekarz.pl", "urlMain": "https://znanylekarz.pl",
"username_claimed": "janusz-nowak" "username_claimed": "janusz-nowak"
},
"AdmireMe.Vip": {
"errorType": "message",
"errorMsg": "Page Not Found",
"url": "https://admireme.vip/{}",
"urlMain": "https://admireme.vip/",
"username_claimed": "DemiDevil",
"isNSFW": true
},
"Air Pilot Life": {
"errorType": "message",
"errorMsg": "Oops! That page doesnt exist or is private",
"url": "https://airlinepilot.life/u/{}",
"urlMain": "https://airlinepilot.life/",
"username_claimed": "chris"
},
"8tracks": {
"errorType": "message",
"errorMsg": "This page has vanished",
"url": "https://8tracks.com/{}",
"urlMain": "https://8tracks.com/",
"username_claimed": "blue"
},
"Weebly": {
"errorType": "status_code",
"url": "https://{}.weebly.com/",
"urlMain": "https://weebly.com/",
"username_claimed": "blue"
},
"Intigriti": {
"errorType": "status_code",
"url": "https://app.intigriti.com/profile/{}",
"request_method": "GET",
"urlProbe": "https://api.intigriti.com/user/public/profile/{}",
"urlMain": "https://app.intigriti.com",
"username_claimed": "blue"
},
"All Things Worn": {
"errorType": "message",
"errorMsg": "Sell Used Panties",
"url": "https://www.allthingsworn.com/profile/{}",
"urlMain": "https://www.allthingsworn.com",
"username_claimed": "pink",
"isNSFW": true
},
"Amino": {
"errorType": "status_code",
"url": "https://aminoapps.com/u/{}",
"urlMain": "https://aminoapps.com",
"username_claimed": "blue"
},
"APClips": {
"errorType": "message",
"errorMsg": "Amateur Porn Content Creators",
"url": "https://apclips.com/{}",
"urlMain": "https://apclips.com/",
"username_claimed": "onlybbyraq",
"isNSFW": true
},
"Chaos": {
"errorType": "status_code",
"url": "https://chaos.social/@{}",
"urlMain": "https://chaos.social/",
"username_claimed": "ordnung"
},
"Clapper": {
"errorType": "status_code",
"url": "https://clapperapp.com/{}",
"urlMain": "https://clapperapp.com/",
"username_claimed": "blue"
},
"Coderwall": {
"errorType": "status_code",
"url": "https://coderwall.com/{}",
"urlMain": "https://coderwall.com",
"username_claimed": "hacker"
},
"Code Snippet Wiki": {
"errorType": "message",
"errorMsg": "This user has not filled out their profile page yet",
"url": "https://codesnippets.fandom.com/wiki/User:{}",
"urlMain": "https://codesnippets.fandom.com",
"username_claimed": "bob"
} }
} }

Loading…
Cancel
Save