更新使用指引

This commit is contained in:
JoeamAmier 2023-09-16 15:53:57 +08:00
parent 732c5c797b
commit 3d3ba8f321
3 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -43,6 +43,7 @@ def example():
def program():
"""读取并应用配置文件设置的参数,适合一般作品文件下载需求"""
print("如果采集数据失败,请尝试使用手动获取的 Cookie 运行程序!")
xhs = XHS(**Settings().run())
if ids := Batch().read_txt():
for i in ids:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 164 KiB