You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are building our scraper in a container that has a normalized build process. It'd be much easier to frontload the .zip file download in this build script than at runtime. This feature request is for the following:
Separate the download and extract functionality in engine.js
Expose these functions to be able to run them in a build script
You can do this without waiting for updates with such functionality - I'll think about making it more convenient, but it won't be a priority. Downloading usually takes the most time, all that is required is to download the archive using this link:
We are building our scraper in a container that has a normalized build process. It'd be much easier to frontload the
.zip
file download in this build script than at runtime. This feature request is for the following:Separate the download and extract functionality in engine.js
Expose these functions to be able to run them in a build script
For example:
node -e "const lib = require('browser-with-fingerprints'); lib.downLoadEngine('<some path>'); lib.prepareEngine('<some path>');"
The text was updated successfully, but these errors were encountered: