Update index.ts
This commit is contained in:
parent
57e5b36014
commit
704a059448
@ -66,7 +66,7 @@ export class WebScraperDataProvider {
|
|||||||
throw new Error("Url is required");
|
throw new Error("Url is required");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (true) { // !useCaching) {
|
if (!useCaching) {
|
||||||
if (this.mode === "crawl") {
|
if (this.mode === "crawl") {
|
||||||
const crawler = new WebCrawler({
|
const crawler = new WebCrawler({
|
||||||
initialUrl: this.urls[0],
|
initialUrl: this.urls[0],
|
||||||
|
Loading…
Reference in New Issue
Block a user