From f877fbfb8f0a8f4426c20fa900734bba196fd50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Tue, 10 Dec 2024 23:24:53 +0100 Subject: [PATCH] fix(WebCrawler/isFile): add .wav --- apps/api/src/scraper/WebScraper/crawler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/scraper/WebScraper/crawler.ts b/apps/api/src/scraper/WebScraper/crawler.ts index 87b2c437..cac03a68 100644 --- a/apps/api/src/scraper/WebScraper/crawler.ts +++ b/apps/api/src/scraper/WebScraper/crawler.ts @@ -335,6 +335,7 @@ export class WebCrawler { ".dmg", ".mp4", ".mp3", + ".wav", ".pptx", // ".docx", ".xlsx",