perf(download.py): 优化文件下载功能

This commit is contained in:
JoeanAmier
2024-12-04 19:50:15 +08:00
parent 561984356f
commit 4a8b0e57d4
7 changed files with 31 additions and 5 deletions

View File

@@ -2,4 +2,5 @@
1. 优化文件名称非法字符处理
2. 适配新版本 HTTPX 库
3. 移除内置延时机制
3. 优化文件下载功能
4. 移除内置延时机制