mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +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 = {
|
export const Mediamarkt: Store = {
|
||||||
labels: {
|
labels: {
|
||||||
|
captcha: {
|
||||||
|
container: 'body',
|
||||||
|
text: ['Das ging uns leider zu schnell.']
|
||||||
|
},
|
||||||
maxPrice: {
|
maxPrice: {
|
||||||
container: 'span[font-family="price"]',
|
container: 'span[font-family="price"]',
|
||||||
euroFormat: false
|
euroFormat: false
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ import {Store} from './store';
|
|||||||
|
|
||||||
export const Saturn: Store = {
|
export const Saturn: Store = {
|
||||||
labels: {
|
labels: {
|
||||||
|
captcha: {
|
||||||
|
container: 'body',
|
||||||
|
text: ['Das ging uns leider zu schnell.']
|
||||||
|
},
|
||||||
maxPrice: {
|
maxPrice: {
|
||||||
container: 'span[font-family="price"]',
|
container: 'span[font-family="price"]',
|
||||||
euroFormat: false // Note: Saturn uses non-euroFromat as price seperator
|
euroFormat: false // Note: Saturn uses non-euroFromat as price seperator
|
||||||
|
|||||||
Reference in New Issue
Block a user