We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ab8c0 commit 92b0f25Copy full SHA for 92b0f25
bilibili_api/__init__.py
@@ -51,6 +51,7 @@
51
live,
52
note,
53
rank,
54
+ show,
55
user,
56
vote,
57
audio,
@@ -83,7 +84,7 @@
83
84
interactive_video,
85
)
86
-BILIBILI_API_VERSION = "16.0.0"
87
+BILIBILI_API_VERSION = "16.1.0"
88
89
# 如果系统为 Windows,则修改默认策略,以解决代理报错问题
90
if "windows" in platform.system().lower():
@@ -136,6 +137,7 @@
136
137
"emoji",
138
"favorite_list",
139
"game",
140
+ "get_aiohttp_session",
141
"get_mixin_key",
142
"get_nav",
143
"get_real_url",
@@ -155,8 +157,10 @@
155
157
"retry",
156
158
"search",
159
"session",
160
+ "set_aiohttp_session",
161
"set_session",
162
"settings",
163
+ "show",
164
"sync",
165
"topic",
166
"user",
0 commit comments