From 07f4b714af564fdde38a6fcc231e41708ecce73c Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 31 Dec 2024 15:23:02 -0300 Subject: [PATCH] Update removeUnwantedElements.ts --- apps/api/src/scraper/scrapeURL/lib/removeUnwantedElements.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/api/src/scraper/scrapeURL/lib/removeUnwantedElements.ts b/apps/api/src/scraper/scrapeURL/lib/removeUnwantedElements.ts index 3afbabd5..3536211d 100644 --- a/apps/api/src/scraper/scrapeURL/lib/removeUnwantedElements.ts +++ b/apps/api/src/scraper/scrapeURL/lib/removeUnwantedElements.ts @@ -39,9 +39,6 @@ const excludeNonMainTags = [ "#nav", ".breadcrumbs", "#breadcrumbs", - "#search-form", - ".search", - "#search", ".share", "#share", ".widget",