返回提交历史
Modified
docs/misc/sign/wbi.md
+1
-1
XFEstudio/bilibili-API-collect
Update wbi.md (#1034)
767cb93
代码差异
1 个文件
+1
-1
@@ -163,7 +163,7 @@ def encWbi(params: dict, img_key: str, sub_key: str):
163
163
164
164
def getWbiKeys() -> tuple[str, str]:
165
165
'获取最新的 img_key 和 sub_key'
166
headers = {
166
headers = {
167
167
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3',
168
168
'Referer': 'https://www.bilibili.com/'
169
169
}