[ie/tiktok] Update API hostname (#9444)

Closes #9441
Authored by: bashonly
pull/9461/head
bashonly 2 months ago committed by GitHub
parent 0da66980d3
commit 8c05b3ebae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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):

Loading…
Cancel
Save