You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is data from a config that I want to access but I feel like anyone using the library should not care about the structure of the config after creating a scraper. Data I want to access is:
inputs
scraper names
depends on what I want to make the access pattern. Either:
const{ start, query, info }=scrape(config,options,params)info.getInputs()info.getScraperNames()
There is data from a config that I want to access but I feel like anyone using the library should not care about the structure of the config after creating a scraper. Data I want to access is:
depends on what I want to make the access pattern. Either:
or
The text was updated successfully, but these errors were encountered: