From cbb8a7d9a782291eaf4663cf0c3b06fd9492dd4a Mon Sep 17 00:00:00 2001 From: JoeamAmier Date: Mon, 4 Sep 2023 18:27:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=AB=E7=A0=81=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index fc598610..a8234330 100644 --- a/main.py +++ b/main.py @@ -22,8 +22,8 @@ class TikTokDownloader: - VERSION = 4.2 - STABLE = False + VERSION = 4.1 + STABLE = True REPOSITORY = "https://github.com/JoeanAmier/TikTokDownloader" LICENCE = "GNU General Public License v3.0" @@ -192,7 +192,7 @@ def write_cookie(self): def auto_cookie(self): if cookie := self.register.run(): - self.cookie.extract(cookie, 0) + self.cookie.extract(cookie) else: print("扫码登录失败,未写入 Cookie!") self.main()