mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
fix(route): tiktok wait longer (#10736)
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = async (ctx) => {
|
||||
request.resourceType() === 'document' || request.resourceType() === 'script' ? request.continue() : request.abort();
|
||||
});
|
||||
await page.goto(`${baseUrl}/${user}`, {
|
||||
waitUntil: 'networkidle2',
|
||||
waitUntil: 'networkidle0',
|
||||
});
|
||||
const SIGI_STATE = await page.evaluate(() => window.SIGI_STATE);
|
||||
browser.close();
|
||||
|
||||
Reference in New Issue
Block a user