Files
EuropaParkCheck/grabconfig.json
2019-09-05 17:29:35 +02:00

17 lines
475 B
JSON

{
"grab":
[
{
"url": "https://www.europapark.de/de/uebernachten/alle-angebote/sommerangebote",
"xpaths":[
"//div[@id=\"main\"]//a[contains(@class, \"linked\")]"
]
},
{
"url": "https://www.europapark.de/de/uebernachten/alle-angebote/sommersaison/europa-rundreise", "xpaths":[
"//div[@id=\"main\"]//p[contains(., \"Sommersaison\")]"
]
}
]
}