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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user