1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-09-01 04:11:54 +02:00

fix: various fixes (#3702)

* fix: symfonycasts

* various fixes
This commit is contained in:
Dag
2023-09-24 18:15:14 +02:00
committed by GitHub
parent ce353c1e4f
commit 437afd67e0
5 changed files with 32 additions and 75 deletions

View File

@@ -30,6 +30,9 @@ class AtmoNouvelleAquitaineBridge extends BridgeAbstract
public function collectData()
{
// this bridge is broken and unmaintained
return;
$uri = self::URI . '/monair/commune/' . $this->getInput('cities');
$html = getSimpleHTMLDOM($uri);