zoujie

抖音去掉暂停,自动等待cookie

......@@ -58,7 +58,8 @@ async def douyin_cookie_gen(account_file):
# Pause the page, and start recording manually.
page = await context.new_page()
await page.goto("https://creator.douyin.com/")
await page.pause()
await page.wait_for_url("https://creator.douyin.com/creator-micro/home")
# await page.pause()
# 点击调试器的继续,保存cookie
await context.storage_state(path=account_file)
......