MOHAN bf207e48a1 fix(bikegear): fix 2 scraper issues found during test run
1. parseProductJsonLd: remove sku requirement — out-of-stock products have
   Product JSON-LD but no sku field, causing false "No product JSON-LD found" errors.
   Now picks block with offers.price or description instead.

2. extractProductImages: add fallback for non-standard image paths — products
   with images at /catalog/KTM/... or other custom paths were falling through
   to JSON-LD fallback (1 image). Now also scans the product-img anchor HTML.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-13 18:18:35 +05:30
2026-05-14 23:57:27 +05:30
2026-04-13 17:31:26 +05:30
2026-04-13 17:31:26 +05:30
2026-04-13 17:31:26 +05:30
2026-06-25 18:57:28 +05:30
2026-04-13 17:31:26 +05:30
Description
No description provided
473 KiB
Languages
JavaScript 100%