From c81acbd8970c0fbe976290eb5b363743056b1ae1 Mon Sep 17 00:00:00 2001 From: Aleksandra Kozubal Date: Tue, 19 Dec 2023 13:22:02 +0100 Subject: [PATCH] fix BitMobilityDataImporter.php --- app/Importers/BitMobilityDataImporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Importers/BitMobilityDataImporter.php b/app/Importers/BitMobilityDataImporter.php index 6e7eb93e..77bed5d1 100644 --- a/app/Importers/BitMobilityDataImporter.php +++ b/app/Importers/BitMobilityDataImporter.php @@ -36,7 +36,7 @@ public function transform(): void } $existingCityProviders = []; $crawler = new Crawler($this->html); - $this->sections = $crawler->filter(".wpb_content_element > .wpb_wrapper > p > a"); + $this->sections = $crawler->filter("div.e-hotspot__tooltip"); if (count($this->sections) === 0) { $this->createImportInfoDetails("204", self::getProviderName());