更新代码

This commit is contained in:
JoeamAmier
2023-09-18 22:10:42 +08:00
parent 954d8d50b9
commit 08f5bc1fac

View File

@@ -47,6 +47,7 @@ def program():
xhs = XHS(**Settings().run()) xhs = XHS(**Settings().run())
if ids := Batch().read_txt(): if ids := Batch().read_txt():
for i in ids: for i in ids:
print(f"当前作品链接: {i}")
xhs.extract(i, download=True) xhs.extract(i, download=True)
else: else:
while True: while True: