mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
Update crawler.ts
This commit is contained in:
parent
0f694e0608
commit
1dc6458c6a
|
@ -272,7 +272,7 @@ export class WebCrawler {
|
|||
".woff",
|
||||
".ttf",
|
||||
".woff2",
|
||||
".webp",
|
||||
".webp"
|
||||
];
|
||||
return fileExtensions.some((ext) => url.endsWith(ext));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user