Skip to content

[Feature]: Allow pre-download of zip file #38

@muttonchop

Description

@muttonchop

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:

  1. Separate the download and extract functionality in engine.js

  2. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions