Skip to content

Releases: Nemo2011/bilibili-api

16.2.1b0

05 Apr 06:28
c411129
Compare
Choose a tag to compare
16.2.1b0 Pre-release
Pre-release

修复 get_videos()获得-352返回值 但有待完善,详细讨论见 SocialSisterYi/bilibili-API-collect#868

What's Changed

New Contributors

Full Changelog: 16.2.1...16.2.1b0

16.2.1

18 Mar 14:11
48e6350
Compare
Choose a tag to compare

未经详细测试 修复登录函数返回值错误 未修复 -352 风控

What's Changed

  • feat: 自定义 Credential Cookies by @z0z0r4 in #693
  • fix: Only show the name under license field (since classifier include… by @TimG233 in #689
  • fix: has_more by @z0z0r4 in #694
  • fix: login.login_with_key 返回的值没有 data 字段引起的 bug by @liaokongVFX in #700
  • fix: Avoid shadowing lan parameter in subtitle posting by @valkjsaaa in #710
  • fix: typo in video_uploader.py by @valkjsaaa in #706
  • fix: Pass source in meta to dict for upload by @valkjsaaa in #709
  • fix: timeout and other issues in video_uploader by @valkjsaaa in #712

New Contributors

Full Changelog: 16.2.0...16.2.1

16.2.0

06 Feb 11:50
d3b7ab5
Compare
Choose a tag to compare

预祝各位新年快乐,万事如意! 都洋溢着乐观向上的氛围

如遇 bvid -> aid 转换失败请更新


  • build: upd pillow requirement from ~=10.0.1 to ~=10.1.0
  • build: upd aiohttp requirement from ~=3.8.6 to ~=3.9.1
  • build: upd httpx requirement from ~=0.24.1 to ~=0.26.0
  • build: upd yarl requirement from ~=1.9.2 to ~=1.9.4
  • build: upd lxml requirement from ~=4.9.3 to ~=5.1.0
  • build: upd pycryptodomex requirement from ~=3.19.0 to ~=3.20.0
  • build: upd pillow requirement from ~=10.1.0 to ~=10.2.0
  • build: upd beautifulsoup4 requirement from ~=4.12.2 to ~=4.12.3
  • build: remove setup.py, use pyproject.toml instead by @iconFehu in #604



  • refactor: remove httpx.get, use Api instead by @iconFehu in #615, bug fixed by @z0z0r4 and @Nemo2011 in other commits.
  • [BREAKING CHANGE] refactor: remove topic.get_cards, rename topic.get_raw_cards -> topic.get_cards by @Nemo2011 in [404673c` (#668)](404673c)

New Contributors

Full Changelog: 16.1.1...16.2.0

16.2.0b2

01 Feb 09:55
d2e53b1
Compare
Choose a tag to compare

DEV 测试版本

如遇 bvid -> aid 转换失败请更新

What's Changed

New Contributors

Full Changelog: 16.2.0b1...16.2.0b2

16.2.0b1

13 Dec 14:28
Compare
Choose a tag to compare

DEV 测试版本

What's Changed

New Contributors

Full Changelog: 16.1.1...16.2.0b1

16.1.1

15 Oct 06:04
f677179
Compare
Choose a tag to compare

What's Changed

Full Changelog: 16.1.0...16.1.1

16.1.1b0

28 Sep 09:30
40ce23b
Compare
Choose a tag to compare
16.1.1b0 Pre-release
Pre-release

注意!这是一个测试版本!

如果你是一般使用者,不追求最新的功能,请忽略这次版本发布。

这次更新内容主要是修复视频上传模块 #504

使用下面的指令更新此版本:

pip install bilibili-api-python==16.1.1b0

What's Changed

Full Changelog: 16.1.0...16.1.1b0

16.1.0

11 Sep 07:53
Compare
Choose a tag to compare

合并 dev 分支新增功能、会展模块,使用下面的命令更新库

pip install bilibili-api-python==16.1.0

What's Changed

New Contributors

Full Changelog: 16.0.0...16.1.0

16.1.0b1

08 Sep 15:23
Compare
Choose a tag to compare
16.1.0b1 Pre-release
Pre-release

注意!这是一个测试版本!

如果你是一般使用者,不追求最新的功能,请忽略这次版本发布。

这次更新内容主要是新增会员购模块,实现了查看当前账号下购票人信息、获取展会信息、购票等功能。

使用下面的指令更新此版本:

pip install bilibili-api-dev==16.1.0b1

What's Changed

New Contributors

Full Changelog: 16.0.1b2...16.1.0b1

16.0.1b2

04 Sep 10:30
Compare
Choose a tag to compare
16.0.1b2 Pre-release
Pre-release

主要用来解决直播弹幕接收问题

What's Changed

  • 修复弹幕读取和 httpx.AsyncClient 关闭错误问题 by @Drelf2018 in #480
  • fix: 通过 sessdata 获取 dedeuserid by @z0z0r4 in #482
  • feat: 自动获取 uid by @Drelf2018 in #485
  • fix: 更换直播弹幕获取接口后强制凭证需要提供 sessdata 和 buvid3 by @Drelf2018 in #489
  • feat: bilibili-api-dev 库自动发布 by @Drelf2018 in #487

Full Changelog: 16.0.0...16.0.1b2