mirror of
https://github.com/Xtao-Labs/iShotaBot.git
synced 2024-11-16 04:35:55 +00:00
🐛 修复 b user api 失效
This commit is contained in:
parent
622c84ab8b
commit
42cd625b65
@ -222,7 +222,7 @@ def binfo_image_create(video_info: dict):
|
||||
else:
|
||||
up_mid = video_info["data"]["owner"]["mid"]
|
||||
up_data = httpx.get(
|
||||
f"https://api.bilibili.com/x/space/acc/info?mid={up_mid}",
|
||||
f"https://api.bilibili.com/x/space/wbi/acc/info?mid={up_mid}",
|
||||
headers=bili_headers,
|
||||
).json()
|
||||
up_stat = httpx.get(
|
||||
|
Loading…
Reference in New Issue
Block a user