diff --git a/app/crawler/specificCrawlers/olx.js b/app/crawler/specificCrawlers/olx.js index 1786cb7..d36f835 100644 --- a/app/crawler/specificCrawlers/olx.js +++ b/app/crawler/specificCrawlers/olx.js @@ -289,6 +289,7 @@ class OlxCrawler { const priceValues = discountPriceValue.split("KM"); normalPrice = priceValues[0].trim(); } else { + console.log("Body:", body); throw { message: "Can't find normal price" }; } if (urgentPriceValue && urgentPriceValue.length > 0) {