From 7cb1c4be5cb5a6bcf4f545deed54e5fa2d54e19b Mon Sep 17 00:00:00 2001 From: imgyh <1974355683@qq.com> Date: Thu, 2 Mar 2023 17:18:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor(tiktok):=20=E4=BF=AE=E6=94=B9=E5=90=88?= =?UTF-8?q?=E9=9B=86=E9=93=BE=E6=8E=A5=E4=B8=BA=E7=BB=9F=E4=B8=80=E5=B8=B8?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TikTok.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TikTok.py b/TikTok.py index e0e081b..7f8c153 100644 --- a/TikTok.py +++ b/TikTok.py @@ -281,7 +281,7 @@ class TikTok(object): times = times + 1 print("[ 提示 ]:正在对 [合集] 进行第 " + str(times) + " 次请求...\r") - url = 'https://www.douyin.com/aweme/v1/web/mix/aweme/?' + self.utils.getXbogus( + url = self.urls.USER_MIX + self.utils.getXbogus( url=f'device_platform=webapp&aid=6383&os_version=10&version_name=17.4.0&mix_id={mix_id}&cursor={cursor}&count={count}') while True: