File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 44
55### 💡 Feature
66
7+ - Add support for ** Python 3.12, 3.13**
78- Add support for setting ** session key** (can be found in cookies after a successful login) for download - (#247 )
89 - This configuration is ** optional** . If you frequently encounter ** 403** errors during downloads, you can try setting this option
910 - Run ` ktoolbox config-editor ` to edit the configuration (` API -> session_key ` )
2324
2425### 💡 新特性
2526
27+ - 增加对 **Python 3.12, 3.13** 的支持
2628- 增加支持设置下载所用的 **session key** (登录成功后可在 Cookies 中查看) - (#247)
2729 - 这项配置是**可选的**,当下载频繁出现 **403** 错误时可尝试设置该配置
2830 - 执行 `ktoolbox config-editor` 来编辑这项配置 (`API -> session_key`)
3133 KTOOLBOX_API__SESSION_KEY="xxxxxxx"
3234 ```
3335 - 📖更多信息:[Configuration-Reference-APIConfiguration](https://ktoolbox.readthedocs.io/latest/configuration/reference/#ktoolbox.configuration.APIConfiguration)
36+
3437### 🪲 修复
3538
3639- 修复下载时**频繁出现 403 错误**的问题(通过尝试其他下载服务器解决) - (#247)
You can’t perform that action at this time.
0 commit comments