Fix Ronis.hr price selector — use .prices .price instead of .product-price .price

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) <noreply@anthropic.com>
This commit is contained in:
mariosemes
2026-03-26 23:45:48 +01:00
parent c71dd011e4
commit fd82f5aef4

View File

@@ -9,6 +9,6 @@ test_query: logitech
selectors: selectors:
container: ".product-display-grid.item" container: ".product-display-grid.item"
name: ".product-info h3" name: ".product-info h3"
price: ".product-price .price" price: ".prices .price"
link: "a.product-display-grid-image" link: "a.product-display-grid-image"
image: ".image-wrapper img" image: ".image-wrapper img"