Files
PriceHunter/stores/ronis-hr.yaml
mariosemes fd82f5aef4 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>
2026-03-26 23:45:48 +01:00

15 lines
370 B
YAML

name: Ronis.hr
base_url: https://www.ronis.hr
search_url: https://www.ronis.hr/hr/rezultati-pretrage?s=1&keyword={query}
category: Electronics
currency: EUR
render_js: true
test_query: logitech
selectors:
container: ".product-display-grid.item"
name: ".product-info h3"
price: ".prices .price"
link: "a.product-display-grid-image"
image: ".image-wrapper img"