diff --git a/changedetectionio/res/stock-not-in-stock.js b/changedetectionio/res/stock-not-in-stock.js index 74ddc366..d2d870b5 100644 --- a/changedetectionio/res/stock-not-in-stock.js +++ b/changedetectionio/res/stock-not-in-stock.js @@ -40,6 +40,7 @@ function isItemInStock() { 'out-of-stock', 'produkt niedostępny', 'sold out', + 'sold-out', 'temporarily out of stock', 'temporarily unavailable', 'tickets unavailable', @@ -111,4 +112,4 @@ function isItemInStock() { } // returns the element text that makes it think it's out of stock -return isItemInStock(); \ No newline at end of file +return isItemInStock();