style: auto format
This commit is contained in:
parent
17fb3282cb
commit
e18852ae5a
|
|
@ -35,7 +35,7 @@ module.exports = async (ctx) => {
|
|||
headers: {
|
||||
Referer: `https://space.bilibili.com/${uid}/`,
|
||||
Cookie: cookie,
|
||||
"User-Agent": userAgent
|
||||
'User-Agent': userAgent,
|
||||
},
|
||||
});
|
||||
const params = utils.addVerifyInfo(`mid=${uid}&ps=30&tid=0&pn=${pageId}&keyword=&order=pubdate&platform=web&web_location=1550101&order_avoided=true`, verifyString);
|
||||
|
|
@ -43,7 +43,7 @@ module.exports = async (ctx) => {
|
|||
headers: {
|
||||
Referer: `https://space.bilibili.com/${uid}/video?tid=0&page=${pageId}&keyword=&order=pubdate`,
|
||||
Cookie: cookie,
|
||||
"User-Agent": userAgent
|
||||
'User-Agent': userAgent,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue