Skip to content

Releases: Nemo2011/bilibili-api

v15.5.1.b0

08 Jul 19:42
94caf9d
Compare
Choose a tag to compare

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

24 Jun 07:19
86f6882
Compare
Choose a tag to compare

15.5.1 2023/6/24

  • fix: credential 刷新异步问题 #351 #358
  • feat: user.get_self_history_new 01a80da
  • fix: interactive_video #360

Full Changelog: 15.5.0...15.5.1

v15.5.0

18 Jun 09:08
da8f891
Compare
Choose a tag to compare

主要新增功能:

  • 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

27 May 11:59
1c7696b
Compare
Choose a tag to compare

15.4.4 2023/5/27

wbi 鉴权修复

What's Changed

Full Changelog: 15.4.3...15.4.4

v15.4.3

20 May 13:37
5f1d82b
Compare
Choose a tag to compare

15.4.3 2023/5/20

  • fix: wbi 鉴权 (#290)
  • fix: ass.make_ass_file_subtitle 处理 Episode 错误 (#291)

v15.4.2

13 May 15:56
6648e7e
Compare
Choose a tag to compare
  • fix: login 更新二维码登录接口 (#284) (#271) (41b1a64)
  • feat: favorite_list 新增 get_infoget_content_ids_infoget_favorite_collected (#282) (#275)
  • feat: rank 新增短剧榜 get_playlet_rank_phasesget_playlet_rank_info (#266)

v15.4.1

25 Apr 11:49
52f1a16
Compare
Choose a tag to compare

15.4.1 2023/4/25

  • fix: 用户接口相关变动 (#262)

v15.4.0

11 Apr 12:47
ab03486
Compare
Choose a tag to compare

15.4.0 2023/4/11

  • fix: VideoUploader 解决一直 timeout 的问题 (#234)
  • feat: session.get_session_detail (#242)
  • feat: Tag.get_history_cards 获取视频标签下更多的动态/视频内容 (#251)
  • fix: article.get_all (#252) (近期阿 B 好像出了什么新版专栏,会直接跳转到 bilibili.com/opus/*** (没错就是新版动态的链接格式))
  • fix!: game.get_score 失效 (#252)

v15.3.1

09 Mar 13:08
183a01e
Compare
Choose a tag to compare

feat: black_room.JuryCase (#231)
feat: user.get_self_jury_info (#231)
fix: Episode credential (#229)
fix: settings.timeout (#226)
fix!: Game.get_comments 失效

v15.3.0

02 Mar 13:03
2f444b3
Compare
Choose a tag to compare

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)