mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +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…
Reference in New Issue
Block a user