Skip to content

Rewrite Package, Remove Two Step Process

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 05 Feb 20:46

Changed

  • Rewrite package to expose only a scrape method which does whatever it wants internally - the only requirement is on the output matching the defined TypeScript result interface
  • Removed built-in HTTP request method, make it a required option to initialize the scraper
  • Enable the ability to configure plugins