added handle_results

This commit is contained in:
Nikolai Tschacher
2019-01-27 20:08:09 +01:00
parent 86a66a09fd
commit a20b6c79a9
7 changed files with 30 additions and 12 deletions

View File

@ -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) {