mirror of
https://github.com/NikolaiT/se-scraper.git
synced 2025-08-12 06:59:06 +02:00
pluggable is now class
This commit is contained in:
2
run.js
2
run.js
@ -35,7 +35,7 @@ let config = {
|
||||
// get_browser, handle_metadata, close_browser
|
||||
// must be an absolute path to the module
|
||||
//custom_func: resolve('examples/pluggable.js'),
|
||||
custom_func: '',
|
||||
custom_func: resolve('examples/pluggable.js'),
|
||||
};
|
||||
|
||||
se_scraper.scrape(config, (err, response) => {
|
||||
|
Reference in New Issue
Block a user