-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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>');"
Metadata
Metadata
Assignees
Labels
No labels