Skip to content

Commit

Permalink
removed TikTok
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Dec 21, 2023
1 parent ab1f2d3 commit a626008
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,5 +837,11 @@
"url": "https://forums.gunsandammo.com/profile/{}",
"urlMain": "https://gunsandammo.com/",
"username_claimed": "adam"
},
"TikTok": {
"errorType": "status_code",
"url": "https://tiktok.com/@{}",
"urlMain": "https://tiktok.com/",
"username_claimed": "red"
}
}
12 changes: 12 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1824,4 +1824,16 @@ As of 2023.08.29, GunsAndAmmo responds with 404 from time to time
"urlMain": "https://gunsandammo.com/",
"username_claimed": "adam"
}
```

## TikTok
As of 2023.12.21, TikTok returns false positives. This is because the webpage returns a somewhat blank page. This prevents us from being able to check for the existance of usernames. Proxitok does not work either.

```json
"TikTok": {
"errorType": "status_code",
"url": "https://tiktok.com/@{}",
"urlMain": "https://tiktok.com/",
"username_claimed": "red"
},
```
6 changes: 0 additions & 6 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1945,12 +1945,6 @@
"urlMain": "https://themeforest.net/",
"username_claimed": "user"
},
"TikTok": {
"errorType": "status_code",
"url": "https://tiktok.com/@{}",
"urlMain": "https://tiktok.com/",
"username_claimed": "red"
},
"TnAFlix": {
"errorType": "status_code",
"isNSFW": true,
Expand Down

0 comments on commit a626008

Please sign in to comment.