class DasenbrookAmelieWatcher : DefaultWatcher(query, listOf(HtmlFilter(), filter), merger)
-private val query = HttpQuery("https://www.ostsee-reisen.de/api/availability-calendar/v2/apartment/11343.html")
+private val query = HttpQuery("https://www.ostsee-reisen.de/api/availability-calendar/v2/apartment/11343.html", "https://www.ostsee-reisen.de/api/availability-calendar/v2/apartment/11343.html?p=2")
private val filter = DasenbrookFilter("Strandhaus Amelie")
private val merger = DasenbrookMerger()