From 08f5bc1facb11f6d9781a5c2a061d7a92b6615cd Mon Sep 17 00:00:00 2001 From: JoeamAmier Date: Mon, 18 Sep 2023 22:10:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index f8ae9be..6007cf6 100644 --- a/main.py +++ b/main.py @@ -47,6 +47,7 @@ def program(): xhs = XHS(**Settings().run()) if ids := Batch().read_txt(): for i in ids: + print(f"当前作品链接: {i}") xhs.extract(i, download=True) else: while True: