mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 16:57:34 +00:00
fix(scan): links builder (#1161)
This commit is contained in:
@@ -116,7 +116,7 @@ export const Scan: Store = {
|
||||
],
|
||||
linksBuilder: {
|
||||
builder: getProductLinksBuilder({
|
||||
productsSelector: 'ul.productColumns:not(.related) li.product',
|
||||
productsSelector: 'div.productList ul.productColumns li.product',
|
||||
sitePrefix: 'https://www.scan.co.uk',
|
||||
titleSelector: '.details .description',
|
||||
urlSelector: 'a[href]'
|
||||
|
||||
Reference in New Issue
Block a user