diff --git a/src/services/tiktok.ts b/src/services/tiktok.ts index 6c4785c..09f1b41 100644 --- a/src/services/tiktok.ts +++ b/src/services/tiktok.ts @@ -16,8 +16,7 @@ export async function grabAwemeId(videoId: string): Promise { } export async function getVideoInfo(awemeId: String): Promise { - // https://api16-normal-c-useast1a.tiktokv.com/aweme/v1/feed/7311925846594342175 - const res: Response = await fetch('https://api16-normal-c-useast1a.tiktokv.com/aweme/v1/feed/?aweme_id=' + awemeId, { + const res: Response = await fetch('https://api19-normal-c-useast2a.tiktokv.com/aweme/v1/feed/?aweme_id=' + awemeId, { cf: { cacheEverything: true, cacheTtlByStatus: { "200-299": 86400, 404: 1, "500-599": 0 },