feat(bilibili): add cookie debug
This commit is contained in:
parent
b01a7c7619
commit
1c455caec6
|
|
@ -26,6 +26,7 @@ const getCookie = () => {
|
|||
});
|
||||
await page.goto('https://space.bilibili.com/1/dynamic');
|
||||
const cookieString = await waitForRequest;
|
||||
logger.debug(`Got bilibili cookie: ${cookieString}`);
|
||||
|
||||
return cookieString;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue