Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
import hashlib def bili_urlencode(params: dict) -> str: def get_wbi_keys() -> tuple[str, str]: def sign_wbi_params(params: dict, img_key: str, sub_key: str) -> dict:
def generate_search_request(keyword: str, sessdata: str = None) -> str:
if name == "main":
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
参照官网搜索发现中文有点问题,自己中文编码搜索五一四--data-urlencode 'keyword=%E4%BA%94%E4%B8%80%E5%9B%9B' \和官网一样不知道是什么问题,英文倒是没什么问题

Beta Was this translation helpful? Give feedback.
All reactions