mirror of
https://github.com/NikolaiT/se-scraper.git
synced 2025-08-09 21:57:49 +02:00
added handle_results
This commit is contained in:
2
index.js
2
index.js
@ -33,7 +33,7 @@ exports.scrape = async function(config, callback) {
|
||||
// path to js module that extends functionality
|
||||
// this module should export the functions:
|
||||
// get_browser, handle_metadata, close_browser
|
||||
custom_func: 'examples/pluggable.js',
|
||||
custom_func: '',
|
||||
};
|
||||
|
||||
for (var key in config) {
|
||||
|
Reference in New Issue
Block a user