Enable inspector and debugger
This commit is contained in:
@@ -214,6 +214,7 @@ class OlxCrawler {
|
||||
|
||||
try {
|
||||
const res = await fetch(url);
|
||||
logDebug("Got category results for: ", url);
|
||||
const body = await res.text();
|
||||
const $ = cheerio.load(body);
|
||||
let hrefs = [];
|
||||
|
||||
Reference in New Issue
Block a user