Update index.ts
This commit is contained in:
parent
de439f6529
commit
52fb28bc1a
@ -311,7 +311,6 @@ export class WebScraperDataProvider {
|
|||||||
throw new Error("Urls are required");
|
throw new Error("Urls are required");
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("options", options.crawlerOptions?.excludes);
|
|
||||||
this.urls = options.urls;
|
this.urls = options.urls;
|
||||||
this.mode = options.mode;
|
this.mode = options.mode;
|
||||||
this.concurrentRequests = options.concurrentRequests ?? 20;
|
this.concurrentRequests = options.concurrentRequests ?? 20;
|
||||||
|
Loading…
Reference in New Issue
Block a user