mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-19 19:09:08 +08:00
fix(crawler): bad urls from sitemap
This commit is contained in:
parent
237d0dc197
commit
5992c57158
@ -228,7 +228,7 @@ export class WebCrawler {
|
||||
);
|
||||
leftOfLimit -= filteredLinks.length;
|
||||
let uniqueURLs: string[] = [];
|
||||
for (const url of urls) {
|
||||
for (const url of filteredLinks) {
|
||||
if (
|
||||
await redisConnection.sadd(
|
||||
"sitemap:" + this.jobId + ":links",
|
||||
|
Loading…
x
Reference in New Issue
Block a user