diff --git a/apps/api/src/scraper/WebScraper/crawler.ts b/apps/api/src/scraper/WebScraper/crawler.ts index 78276202..adfd435a 100644 --- a/apps/api/src/scraper/WebScraper/crawler.ts +++ b/apps/api/src/scraper/WebScraper/crawler.ts @@ -324,6 +324,12 @@ export class WebCrawler { // ".docx", ".xlsx", ".xml", + ".avi", + ".flv", + ".woff", + ".ttf", + ".woff2", + ".webp" ]; return fileExtensions.some((ext) => url.endsWith(ext)); }