Skip to content

Commit

Permalink
new: 11.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo2011 committed Aug 9, 2022
1 parent 2de3a1a commit a374bd5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOGS/v11.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v11.10.0 2022/8/9

## Python

- 修复登录极验验证码相关问题。
- login_func 新增常量 `countries_list`
- parse_link 新增支持合集与列表,支持以下类型的合集与列表:
- `https://space.bilibili.com/xxxxxxxxxx/channel/collectiondetail?sid=xxxxx`
- `https://space.bilibili.com/xxxxxxxxxx/channel/seriesdetail?sid=xxxxx`
- `https://www.bilibili.com/medialist/play/xxxxxxxxxx?business=space_series&business_id=xxxxx`

# v11.9.0 2022/8/9

## Python
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ $ sudo apt-get install python3-tk

**Returns:** Credential 凭据类

**如果返回错误:验证码错误,请尝试再次完成极验验证码(极验验证码结果一个只能用一次)**

---

## <span id="check"> class Check </span>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='bilibili-api-python',
version='11.9.0',
version='11.10.0',
license='GPLv3+',
author='MoyuScript, Nemo2011',
description='原 bilibili-api。哔哩哔哩的各种 API 调用便捷整合(视频、动态、直播等),另外附加一些常用的功能。',
Expand Down

0 comments on commit a374bd5

Please sign in to comment.