File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v17.1.0 2025/02/02
2
+
3
+ - chore(deps): 移除 ` curl_cffi ` ,安装模块时需要** 自行** 对第三方请求库进行安装。
4
+ - chore(deps): 移除 ` rsa ` ,相关代码用 ` pycryptodomex ` 替代。
5
+ - chore: BiliAPIClient 抽象类新增函数 ` download_create ` ` download_chunk ` ` download_content_length ` 。
6
+ - feat: AsyncEvent 支持同步函数。
7
+ - feat: interactive_video.InteractiveVideoDownloader.\_\_ init\_\_ 参数 self_download_func 再次变为非必要参数。
8
+ - fix: video.VideoDownloadURLDataDetecter 不支持修改后的 bangumi.Episode.get_download_url 返回数据。
9
+
10
+ ## v17.0.0 查漏补缺
11
+
12
+ - ** [ BREAKING CHANGE] ** chore: 移除 ` settings.py ` ,相关功能由 ` request_log ` 和 ` request_settings ` 替代。
13
+
1
14
# v17.0.0 2025/01/28
2
15
3
16
## Notice
195
208
- ` watchroom.py `
196
209
- change ` watchroom.WatchRoom.get_episode_id() ` async
197
210
- change ` watchroom.WatchRoom.get_season_id() ` async
211
+
212
+ ## 查漏补缺
213
+
214
+ - ** [ BREAKING CHANGE] ** chore: 移除 ` settings.py ` ,相关功能由 ` request_log ` 和 ` request_settings ` 替代。
Original file line number Diff line number Diff line change 103
103
)
104
104
105
105
106
- BILIBILI_API_VERSION = "17.0.0+ "
106
+ BILIBILI_API_VERSION = "17.1.0 "
107
107
108
108
109
109
def __register_all_clients ():
You can’t perform that action at this time.
0 commit comments