Rewrite Package, Remove Two Step Process
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