Skip to content

Commit 34ce94f

Browse files
committed
Add suport for emaja and marketbio
1 parent a02c496 commit 34ce94f

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Wspierane sklepy
3939
* https://lisek.app/
4040
* https://pyszneeko.pl/
4141
* https://polskikoszyk.pl/
42+
* https://www.emaja24.pl/
43+
* https://marketbio.pl/
4244

4345
Pracujemy nad wsparciem dla
4446
---------------------------
@@ -47,5 +49,3 @@ Pracujemy nad wsparciem dla
4749
* https://delio.com.pl/
4850
* https://topaz24.pl/
4951
* https://www.lidl.pl/
50-
* https://www.emaja24.pl/
51-
* https://marketbio.pl/

test-e2e/ean-detection.spec.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,18 @@ const productPages = [
177177
product: 'Mąka pszenna tortowa typ 480 1 kg Bio Planet EKO',
178178
ean: '5907814660121',
179179
url: 'https://pyszneeko.pl/product-pol-2744-Maka-pszenna-tortowa-typ-480-1-kg-Bio-Planet-EKO.html?rec=102002101',
180+
},
181+
{
182+
store: 'emaja24.pl',
183+
product: 'Aga-Holtex — Daktyle suszone 120 g',
184+
ean: '5905027000260',
185+
url: 'https://www.emaja24.pl/pl/p/Aga-Holtex-Daktyle-suszone-120g-Bakalie/5470',
186+
},
187+
{
188+
store: 'marketbio.pl',
189+
product: 'Sol Kłodawska kam. nat. do przetworów niej. 1,1 kg',
190+
ean: '5902587000952',
191+
url: 'https://marketbio.pl/sol-klodawska-kam-nat-do-przetworow-niej-1-1-kg.html',
180192
}
181193
];
182194

0 commit comments

Comments
 (0)