mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
Update index.ts
This commit is contained in:
parent
93b1f0334e
commit
098db17913
|
@ -157,7 +157,7 @@ export class WebScraperDataProvider {
|
|||
private async handleCrawlMode(
|
||||
inProgress?: (progress: Progress) => void
|
||||
): Promise<Document[]> {
|
||||
console.log("??? >>>", this.urls[0]);
|
||||
|
||||
const crawler = new WebCrawler({
|
||||
initialUrl: this.urls[0],
|
||||
includes: this.includes,
|
||||
|
|
Loading…
Reference in New Issue
Block a user