XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

Update wbi.md (#1034)

767cb93
stmtc233 <69023595+stmtc233@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified docs/misc/sign/wbi.md +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 }