ulixee / hero

The web browser built for scraping
MIT License
649 stars 32 forks source link

Changes for Datastores #227

Closed blakebyrnes closed 1 year ago

blakebyrnes commented 1 year ago

This PR adds a few small changes:

  1. Rename reference to "miner" to "cloud"
  2. Fix a bug where time travel breaks without a default tab (eg, some extractors in Datastores)
  3. Convert ScriptInstance into a ScriptInvocationMeta that can be provided by a runtime. This allows things like Datastores to provide details on what will be run, how, etc.