From fe70beeaed0b578a23e4c0d7c59e224b34d14068 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 29 Nov 2023 10:21:30 +0100 Subject: [PATCH] Restock detector - adding more detection strings --- changedetectionio/res/stock-not-in-stock.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changedetectionio/res/stock-not-in-stock.js b/changedetectionio/res/stock-not-in-stock.js index 7023fb9b..74ddc366 100644 --- a/changedetectionio/res/stock-not-in-stock.js +++ b/changedetectionio/res/stock-not-in-stock.js @@ -1,6 +1,7 @@ function isItemInStock() { // @todo Pass these in so the same list can be used in non-JS fetchers const outOfStockTexts = [ + ' أخبرني عندما يتوفر', '0 in stock', 'agotado', 'artikel zurzeit vergriffen', @@ -16,9 +17,12 @@ function isItemInStock() { 'currently have any tickets for this', 'currently unavailable', 'dostępne wkrótce', + 'dostępne wkrótce', 'en rupture de stock', 'ist derzeit nicht auf lager', + 'ist derzeit nicht auf lager', 'item is no longer available', + 'let me know when it\'s available', 'message if back in stock', 'nachricht bei', 'nicht auf lager', @@ -42,7 +46,9 @@ function isItemInStock() { 'unavailable tickets', 'we do not currently have an estimate of when this product will be back in stock.', 'zur zeit nicht an lager', + '品切れ', '已售完', + '품절' ];