Skip to content

Commit

Permalink
[ie/tiktok] Update API hostname (#9444)
Browse files Browse the repository at this point in the history
Closes #9441
Authored by: bashonly
  • Loading branch information
bashonly committed Mar 14, 2024
1 parent 0da6698 commit 8c05b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/tiktok.py
Expand Up @@ -41,7 +41,7 @@ class TikTokBaseIE(InfoExtractor):
@property
def _API_HOSTNAME(self):
return self._configuration_arg(
'api_hostname', ['api16-normal-c-useast1a.tiktokv.com'], ie_key=TikTokIE)[0]
'api_hostname', ['api22-normal-c-useast2a.tiktokv.com'], ie_key=TikTokIE)[0]

@staticmethod
def _create_url(user_id, video_id):
Expand Down

0 comments on commit 8c05b3e

Please sign in to comment.