Skip to content

Commit 2c847fa

Browse files
committed
feat: 17.1.1
1 parent 48e2217 commit 2c847fa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOGS/v17.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v17.1.1 2025/02/11
2+
3+
- fix: app.get_loading_images_special
4+
- fix: audio_uploader.upload_cover
5+
- fix: login_v2.LoginCheck 特殊情况
6+
- chore: update VideoAppealReasonType
7+
- **[BREAKING CHANGE]** fix: ass.make_ass_file_danmakus_protobuf 移除 credential 参数
8+
- **[BREAKING CHANGE]** refactor: remove class EpisodeTryMP4DownloadURL, HTML5MP4DownloadURL, add class MP4StreamDownloadURL 与相关返回值变动
9+
- **[BREAKING CHANGE]** refactor: remove video.VideoDownloadURLDataDetecter.check_flv_stream, video.VideoDownloadURLDataDetecter.check_html5_mp4_stream, video.VideoDownloadURLDataDetecter.check_episode_try_mp4_stream, add check_flv_mp4_stream
10+
- feat: user.User.get_opus
11+
- feat: parse_link 支持 opus
12+
- feat: 支持配置第三方请求库使用 HTTP2,支持设置 curl_cffi 伪装的目标浏览器。设置方法见相关文档。
13+
114
# v17.1.0 2025/02/02
215

316
- chore(deps): 移除 `curl_cffi`,安装模块时需要**自行**对第三方请求库进行安装。

bilibili_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
)
106106

107107

108-
BILIBILI_API_VERSION = "17.1.1.dev"
108+
BILIBILI_API_VERSION = "17.1.1"
109109

110110

111111
def __register_all_clients():

0 commit comments

Comments
 (0)