mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
perf(request.py): 优化 headers 处理逻辑
1. 修复已登录 Cookie 无法获取具体数据的问题 2. 更新项目依赖库版本 Closes #206
This commit is contained in:
@@ -13,13 +13,13 @@ dependencies = [
|
||||
"aiosqlite>=0.21.0",
|
||||
"click>=8.1.8",
|
||||
"emoji>=2.14.1",
|
||||
"fastapi>=0.115.8",
|
||||
"fastapi>=0.115.9",
|
||||
"httpx[socks]>=0.28.1",
|
||||
"lxml>=5.3.1",
|
||||
"pyperclip>=1.9.0",
|
||||
"pyyaml>=6.0.2",
|
||||
"rookiepy>=0.5.6",
|
||||
"textual>=1.0.0",
|
||||
"textual>=2.1.2",
|
||||
"uvicorn>=0.34.0",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user