Skip to content

Commit

Permalink
Sync sites with project-sherlock 🕵️
Browse files Browse the repository at this point in the history
  • Loading branch information
checkerschaf committed Sep 26, 2020
1 parent c6038fe commit 11cb22b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions sites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,15 +811,6 @@ export const sites: SiteList = {
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7",
},
"Linkedin": {
"errorMsg": "could not be found",
"errorType": "message",
"rank": 0,
"url": "https://www.linkedin.com/in/{}",
"urlMain": "https://www.linkedin.com/",
"username_claimed": "alex",
"username_unclaimed": "noonewouldeverusethis7",
},
"LiveJournal": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
Expand Down Expand Up @@ -1383,6 +1374,13 @@ export const sites: SiteList = {
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7",
},
"TikTok": {
"errorType": "status_code",
"url": "https://tiktok.com/@{}",
"urlMain": "https://tiktok.com/",
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7",
},
"Tinder": {
"errorMsg":
'<title data-react-helmet="true">Tinder | Match. Chat. Date.</title>',
Expand Down

0 comments on commit 11cb22b

Please sign in to comment.