Skip to content

Commit

Permalink
update api url
Browse files Browse the repository at this point in the history
  • Loading branch information
DJtheRedstoner committed Mar 15, 2024
1 parent 9c5aef4 commit effdc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/tiktok.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class TikTokAPI extends APIClient {
});

const res = await fetch(
`https://api16-normal-c-useast1a.tiktokv.com/aweme/v1/feed/?${queryString.toString()}`,
`https://api22-normal-c-useast2a.tiktokv.com/aweme/v1/feed/?${queryString.toString()}`,
{
headers: {
"User-Agent":
Expand Down

0 comments on commit effdc35

Please sign in to comment.