mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-16 01:26:30 +00:00
[ie/tiktok] Update API hostname (#9444)
Closes #9441 Authored by: bashonly
This commit is contained in:
@@ -41,7 +41,7 @@ class TikTokBaseIE(InfoExtractor):
|
|||||||
@property
|
@property
|
||||||
def _API_HOSTNAME(self):
|
def _API_HOSTNAME(self):
|
||||||
return self._configuration_arg(
|
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
|
@staticmethod
|
||||||
def _create_url(user_id, video_id):
|
def _create_url(user_id, video_id):
|
||||||
|
Reference in New Issue
Block a user