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 61b00f8 commit 10544a5Copy full SHA for 10544a5
README.md
@@ -156,6 +156,8 @@ if __name__ == '__main__':
156
如果想要指定请求库,可以利用 `select_client` 进行切换。
157
158
``` python
159
+from bilibili_api import select_client
160
+
161
select_client("curl_cffi") # 选择 curl_cffi
162
select_client("aiohttp") # 选择 aiohttp
163
select_client("httpx") # 选择 httpx,不支持 WebSocket
docs/README.md
0 commit comments