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