From fd82f5aef4777075717bcadecc2d4241ae4a4672 Mon Sep 17 00:00:00 2001 From: mariosemes Date: Thu, 26 Mar 2026 23:45:48 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20Ronis.hr=20price=20selector=20=E2=80=94?= =?UTF-8?q?=20use=20.prices=20.price=20instead=20of=20.product-price=20.pr?= =?UTF-8?q?ice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .product-price class doesn't exist on Ronis.hr. Prices are in .prices > .price containers. This was causing 0 results since empty priceText filtered out all products. BigBang.hr thumbnails: images are blocked by Cloudflare hotlink protection when loaded cross-origin — this is expected and not fixable server-side. Product data (name, price, link) works fine. Co-Authored-By: Claude Opus 4.6 (1M context) --- stores/ronis-hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/ronis-hr.yaml b/stores/ronis-hr.yaml index 0d667df..01a0015 100644 --- a/stores/ronis-hr.yaml +++ b/stores/ronis-hr.yaml @@ -9,6 +9,6 @@ test_query: logitech selectors: container: ".product-display-grid.item" name: ".product-info h3" - price: ".product-price .price" + price: ".prices .price" link: "a.product-display-grid-image" image: ".image-wrapper img"