diff --git a/README.md b/README.md
index bf101ce..92c4fa8 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ print(xhs.extract(video_demo, download=download))
cookie |
str |
小红书网页版 Cookie,无需登录 |
-内置 Cookie,可能会失效 |
+内置 Cookie,可能会失效,建议自行设置 |
| proxies |
diff --git a/main.py b/main.py
index 60ea331..f8ae9be 100644
--- a/main.py
+++ b/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:
diff --git a/static/程序截图.png b/static/程序截图.png
index 1c9053d..1979fa8 100644
Binary files a/static/程序截图.png and b/static/程序截图.png differ