其他分享
首页 > 其他分享> > pyppeteer学习1

pyppeteer学习1

作者:互联网

最近在学习用pyppeteer来爬东西,安装后第一次运行后会下载chromium,这个被墙了的,基本卡死,可以自己下载对应的压缩包,然后  await launch( executablePath='')指定路径,一定要对应的chromium不然会出现很多未知错误。。。 

查看版本号 pyppeteer.__chromium_revision__   

'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/版本号/chrome-win32.zip

以下是最新版本对应

 

标签:zip,storage,pyppeteer,googleapis,snapshots,学习,https,chromium
来源: https://www.cnblogs.com/xxxuxin/p/11406888.html