mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
更新代码
This commit is contained in:
1
main.py
1
main.py
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user