mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2025-12-26 04:48:05 +08:00
更新使用指引
This commit is contained in:
parent
732c5c797b
commit
3d3ba8f321
@ -91,7 +91,7 @@ print(xhs.extract(video_demo, download=download))
|
||||
<td align="center">cookie</td>
|
||||
<td align="center">str</td>
|
||||
<td align="center">小红书网页版 Cookie,无需登录</td>
|
||||
<td align="center">内置 Cookie,可能会失效</td>
|
||||
<td align="center">内置 Cookie,可能会失效,建议自行设置</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">proxies</td>
|
||||
|
||||
1
main.py
1
main.py
@ -43,6 +43,7 @@ def example():
|
||||
|
||||
def program():
|
||||
"""读取并应用配置文件设置的参数,适合一般作品文件下载需求"""
|
||||
print("如果采集数据失败,请尝试使用手动获取的 Cookie 运行程序!")
|
||||
xhs = XHS(**Settings().run())
|
||||
if ids := Batch().read_txt():
|
||||
for i in ids:
|
||||
|
||||
BIN
static/程序截图.png
BIN
static/程序截图.png
Binary file not shown.
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 164 KiB |
Loading…
x
Reference in New Issue
Block a user