miyakogi / pyppeteer

Headless chrome/chromium automation library (unofficial port of puppeteer)
Other
3.56k stars 372 forks source link

fix chromium archive name for windows > r591479 #270

Open Francesco149 opened 4 years ago

Francesco149 commented 4 years ago

was trying to use a recent chromium revision by setting:

$env:PYPPETEER_CHROMIUM_REVISION="706915"

but it was failing to download because the archive name changed after r591479

this fixes the problem