removed TikTok
This commit is contained in:
parent
ab1f2d3ef0
commit
a626008bbf
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
```
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue