From a626008bbf5e77d704d95d4956db731faab84c1d Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 21 Dec 2023 17:27:59 +0100 Subject: [PATCH] removed TikTok --- removed_sites.json | 6 ++++++ removed_sites.md | 12 ++++++++++++ sherlock/resources/data.json | 6 ------ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 2dbee82..60d0cb7 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -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" } } diff --git a/removed_sites.md b/removed_sites.md index 2a23e6a..441f416 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -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" + }, ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index b773e5a..4d3c0f0 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -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,