mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 15:39:13 +08:00
improving relative paths
This commit is contained in:
parent
a04610302a
commit
d23a7ae591
@ -74,7 +74,7 @@ export class WebScraperDataProvider {
|
||||
throw new Error("Url is required");
|
||||
}
|
||||
|
||||
if (true) {//!useCaching) {
|
||||
if (!useCaching) {
|
||||
if (this.mode === "crawl") {
|
||||
const crawler = new WebCrawler({
|
||||
initialUrl: this.urls[0],
|
||||
|
Loading…
x
Reference in New Issue
Block a user