mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
fix(newegg): false positives (all stores) (#1714)
This commit is contained in:
@@ -16,7 +16,17 @@ export const NeweggCa: Store = {
|
||||
container:
|
||||
'div#app div.product-price > ul > li.price-current > strong',
|
||||
euroFormat: false
|
||||
}
|
||||
},
|
||||
outOfStock: [
|
||||
{
|
||||
container: '.product-inventory',
|
||||
text: [' out of stock.']
|
||||
},
|
||||
{
|
||||
container: '.product-flag',
|
||||
text: ['out of stock ']
|
||||
}
|
||||
]
|
||||
},
|
||||
links: [
|
||||
{
|
||||
|
||||
@@ -20,7 +20,17 @@ export const NeweggSg: Store = {
|
||||
],
|
||||
maxPrice: {
|
||||
container: '.price-current'
|
||||
}
|
||||
},
|
||||
outOfStock: [
|
||||
{
|
||||
container: '.product-inventory',
|
||||
text: [' out of stock.']
|
||||
},
|
||||
{
|
||||
container: '.product-flag',
|
||||
text: ['out of stock ']
|
||||
}
|
||||
]
|
||||
},
|
||||
links: [
|
||||
{
|
||||
|
||||
@@ -20,7 +20,17 @@ export const Newegg: Store = {
|
||||
],
|
||||
maxPrice: {
|
||||
container: '.price-current'
|
||||
}
|
||||
},
|
||||
outOfStock: [
|
||||
{
|
||||
container: '.product-inventory',
|
||||
text: [' out of stock.']
|
||||
},
|
||||
{
|
||||
container: '.product-flag',
|
||||
text: ['out of stock ']
|
||||
}
|
||||
]
|
||||
},
|
||||
links: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user