mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 12:17:37 +00:00
feat(store): add captcha check to saturn and mediamarkt (#876)
This commit is contained in:
@@ -2,6 +2,10 @@ import {Store} from './store';
|
||||
|
||||
export const Mediamarkt: Store = {
|
||||
labels: {
|
||||
captcha: {
|
||||
container: 'body',
|
||||
text: ['Das ging uns leider zu schnell.']
|
||||
},
|
||||
maxPrice: {
|
||||
container: 'span[font-family="price"]',
|
||||
euroFormat: false
|
||||
|
||||
@@ -2,6 +2,10 @@ import {Store} from './store';
|
||||
|
||||
export const Saturn: Store = {
|
||||
labels: {
|
||||
captcha: {
|
||||
container: 'body',
|
||||
text: ['Das ging uns leider zu schnell.']
|
||||
},
|
||||
maxPrice: {
|
||||
container: 'span[font-family="price"]',
|
||||
euroFormat: false // Note: Saturn uses non-euroFromat as price seperator
|
||||
|
||||
Reference in New Issue
Block a user