Releases: Nemo2011/bilibili-api
v15.5.1.b0
What's Changed
- fix: 修改新请求函数为 Api 方法 by @Drelf2018 in #364
- fix: 尝试修复发送图片私信的问题 by @Drelf2018 in #367
- fix: 修复 params 中有汉字时计算 w_rid 错误的漏洞以及弹幕用户名打码问题 by @Drelf2018 in #373
- fix: update get_followings by @z0z0r4 in #381
- rechore: login term and tk by @z0z0r4 in #383
Full Changelog: 15.5.1...15.5.1.b0
v15.5.1
v15.5.0
主要新增功能:
- Cookie Refresh 通过
credential.check_refresh()
刷新 Credential,但必须提供ac_time_value
cookie 值 #示例:刷新 Credential
What's Changed
- feat: 新增 Api 信息类等 by @Drelf2018 in #320
- feat: Credential刷新 by @z0z0r4 in #321
- feat: user.get_subscribed_bangumi 添加更多参数 by @z0z0r4 in #333
- feat: 新增函数 user.get_elec_user_monthly by @z0z0r4 in #343
- 【破坏修改】fix: credential cookie 值为空字符串时视为无该值 by @z0z0r4 in #345
Full Changelog: 15.4.4...15.5.0
v15.4.4
15.4.4 2023/5/27
wbi 鉴权修复
What's Changed
- fix: 优化 wbi 验证结构 by @Drelf2018 in #297
- fix: 修复 w_rid 计算漏洞 by @Drelf2018 in #301
- feat: 新增装饰器
@retry
by @Drelf2018 in #303
Full Changelog: 15.4.3...15.4.4
v15.4.3
v15.4.2
v15.4.1
v15.4.0
v15.3.1
v15.3.0
fix: 修改事件发布时单个参数为可变参数 (#222)
fix: 弹幕发送者 uid 破解 (#223)
fix: Picture
类动图问题
perf: 新增 Picture.async_load_url
优化性能
fix: parse_link
新增支持 https://www.bilibili.com/opus/{dyn_id}
型的动态链接
fix!: dynamic.send_dynamic
重构,传入参数改为新的 BuildDynamic
类和 Credential
。新增支持在动态内容中添加投票、选择话题。 (#212)
feat: dynamic.get_dynamic_page_info
(#204)
feat: interactive_video.InteractiveVideo.mark_score
feat: live.create_live_reserve
(#216)
fix!: 原登录接口变动,改成了 web
接口,现在需要进行极验验证。 (#209)
feat: live rank (#221)
feat: topic.search_topic
(#204)
fix: video_uploader._upload_cover
上传部分图片出现的问题
feat: video.VideoDownloadURLDataDetecter.detect
and video.VideoDownloadURLDataDetecter.detect_best_streams
更多参数
feat!: vote.Vote
(#212)