Skip to content

Commit 2ec3f44

Browse files
authored
Support for lisek.app (#7)
1 parent f87cf80 commit 2ec3f44

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Wspierane sklepy
3636
* https://zakupy-eleclerc.pl
3737
* https://www.bee.pl/
3838
* https://e-prim.pl
39-
39+
* https://lisek.app/
40+
4041
Pracujemy nad wsparciem dla
4142
---------------------------
4243
* https://mamyito.pl
@@ -46,5 +47,4 @@ Pracujemy nad wsparciem dla
4647
* https://topaz24.pl/
4748
* https://www.lidl.pl/
4849
* https://www.emaja24.pl/
49-
* https://lisek.app/
5050
* https://marketbio.pl/

content_scripts/pola.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'biomarketcompany.pl': ['meta[property="og:url"][content]', 'content', /^.*\-(\d{13}|\d{8})\.html(?:\?.*)?$/i],
1111
'www.tvokazje.pl': ['meta[property="og:url"][content]', 'content', /^.*\-(\d{13}|\d{8})\.html(?:\?.*)?$/i],
1212
'sklepdietetyczny.pl': ['link[rel="canonical"][href]', 'href', /^.*\-(\d{13}|\d{8})\.html$/i],
13+
'lisek.app': ['link[rel="canonical"][href]', 'href', /^.*\/(\d{13}|\d{8})$/i],
1314
'studencik.com.pl': ['meta[itemprop="url"][content]', 'content', /^.*\-(\d{13}|\d{8})\.html$/i],
1415
'polskikoszyk.pl': ['img[class="product-main-thumb"][src]', 'src', /^.*\/(\d{13}|\d{8})\.[a-z]{3,4}$/i],
1516
'www.leclerc24.pl': ['#productWindow .item-image img[src]', 'src', /^.*\/(\d{13}|\d{8}).*$/i],

test-e2e/ean-detection.spec.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ const productPages = [
154154
ean: '5901137178103',
155155
url: 'https://www.bee.pl/astra-klej-wikolast-45-g_p1795929.html',
156156
},
157+
{
158+
store: 'lisek.app',
159+
product: 'Nestle Corn Flakes płatki 250g',
160+
ean: '5900020000774',
161+
url: 'https://lisek.app/sklep/sniadania/22/platki-sniadaniowe/105/nestle-corn-flakes-platki-250g/5900020000774',
162+
},
157163
{
158164
store: 'e-prim.pl',
159165
product: 'Kujawski — Olej Kujawski 2 l',

0 commit comments

Comments
 (0)