mirror of
https://github.com/NikolaiT/se-scraper.git
synced 2025-08-09 05:54:38 +02:00
minor improvements
This commit is contained in:
@ -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
|
||||
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user