mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 16:47:57 +00:00
Merge pull request #1137 from MysteryBlokHed/add-tenor-site
Add Tenor to sites list
This commit is contained in:
commit
3b1f89da89
2 changed files with 9 additions and 0 deletions
|
@ -1445,6 +1445,14 @@
|
||||||
"username_claimed": "blue",
|
"username_claimed": "blue",
|
||||||
"username_unclaimed": "noonewouldeverusethis7"
|
"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": {
|
"TikTok": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"url": "https://tiktok.com/@{}",
|
"url": "https://tiktok.com/@{}",
|
||||||
|
|
1
sites.md
1
sites.md
|
@ -188,6 +188,7 @@
|
||||||
1. [TETR.IO](https://tetr.io)
|
1. [TETR.IO](https://tetr.io)
|
||||||
1. [Telegram](https://t.me/)
|
1. [Telegram](https://t.me/)
|
||||||
1. [Tellonym.me](https://tellonym.me/)
|
1. [Tellonym.me](https://tellonym.me/)
|
||||||
|
1. [Tenor](https://tenor.com/)
|
||||||
1. [TikTok](https://tiktok.com/)
|
1. [TikTok](https://tiktok.com/)
|
||||||
1. [Tinder](https://tinder.com/)
|
1. [Tinder](https://tinder.com/)
|
||||||
1. [TrackmaniaLadder](http://en.tm-ladder.com/index.php)
|
1. [TrackmaniaLadder](http://en.tm-ladder.com/index.php)
|
||||||
|
|
Loading…
Reference in a new issue