diff --git a/bridges/FootitoBridge.php b/bridges/FootitoBridge.php index 47518853..b2c40896 100644 --- a/bridges/FootitoBridge.php +++ b/bridges/FootitoBridge.php @@ -7,7 +7,8 @@ class FootitoBridge extends BridgeAbstract{ public $description = "Footito"; public function collectData(){ - $html = $this->getSimpleHTMLDOM('http://www.footito.fr/') or $this->returnServerError('Could not request Footito.'); + $html = $this->getSimpleHTMLDOM($this->uri) + or $this->returnServerError('Could not request Footito.'); foreach($html->find('div.post') as $element) { $item = array();