minor improvements

This commit is contained in:
Nikolai Tschacher
2019-03-02 22:32:26 +01:00
parent abf4458e46
commit 8cbf37eaba
5 changed files with 205 additions and 178 deletions

View File

@ -65,4 +65,9 @@ module.exports = class Pluggable {
return this.browser;
}
async do_work(page) {
// do some scraping work and return results and num_requests
}
};