Skip to content

Commit

Permalink
Add support for Tenor
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryBlokHed committed Sep 19, 2021
1 parent 7d42be7 commit 1c75b1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,14 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Tenor": {
"errorType": "status_code",
"regexCheck": "^[A-Za-z0-9_]{2,32}$",
"url": "https://tenor.com/users/{}",
"urlMain": "https://tenor.com/",
"username_claimed": "red",
"username_unclaimed": "impossible-username"
},
"TikTok": {
"errorType": "status_code",
"url": "https://tiktok.com/@{}",
Expand Down

0 comments on commit 1c75b1c

Please sign in to comment.