1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 10:39:12 +02:00

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

Closes #9441
Authored by: bashonly
This commit is contained in:
bashonly 2024-03-14 16:35:46 -05:00 committed by GitHub
parent 0da66980d3
commit 8c05b3ebae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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