From be378883c8cb1e2fd0058c85b1ec06c9fceaaa01 Mon Sep 17 00:00:00 2001 From: Naida Vatric Date: Sat, 8 Feb 2020 00:47:00 +0100 Subject: [PATCH] Just another fix try. --- app/crawler/specificCrawlers/saljic.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/crawler/specificCrawlers/saljic.js b/app/crawler/specificCrawlers/saljic.js index b580c9c..66c9192 100644 --- a/app/crawler/specificCrawlers/saljic.js +++ b/app/crawler/specificCrawlers/saljic.js @@ -268,6 +268,7 @@ class SaljicCrawler { const descriptions = $(propertySelectors.descriptions) .text() + .replace(/\"/g, "") .trim(); const latAndLongSrc = $(propertySelectors.latAndLong).attr("src");