From 165908bf7e1369f261f85699028a56675dd5c757 Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 28 Oct 2022 08:40:37 +0600 Subject: [PATCH] fix tiktok region issues --- src/modules/services/tiktok.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/services/tiktok.js b/src/modules/services/tiktok.js index 28d7c640..05e4db24 100644 --- a/src/modules/services/tiktok.js +++ b/src/modules/services/tiktok.js @@ -7,7 +7,7 @@ let userAgent = genericUserAgent.split(' Chrome/1')[0] let config = { tiktok: { short: "https://vt.tiktok.com/", - api: "https://api2.musical.ly/aweme/v1/feed/?aweme_id={postId}&version_code=262&app_name=musical_ly&channel=App&device_id=null&os_version=14.4.2&device_platform=iphone&device_type=iPhone9", // ill always find more endpoints lmfao + api: "https://api2.musical.ly/aweme/v1/feed/?aweme_id={postId}&version_code=262&app_name=musical_ly&channel=App&device_id=null&os_version=14.4.2&device_platform=iphone&device_type=iPhone9®ion=US&carrier_region=US", // ill always find more endpoints lmfao }, douyin: { short: "https://v.douyin.com/",