From 69d30ad1254e883cc276a523784865f96d2b1ac1 Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Sun, 25 Sep 2016 12:28:01 +0200 Subject: [PATCH] Fix URL & Change to the lastest Season The leading slash was missing for the Bridge URL (URL where therefore malformed) Changed the URL to get the lastest for 'Faux Raccord' and 'Top 5' --- bridges/AllocineFRBridge.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/AllocineFRBridge.php b/bridges/AllocineFRBridge.php index 82405b06..a018ddd9 100644 --- a/bridges/AllocineFRBridge.php +++ b/bridges/AllocineFRBridge.php @@ -24,10 +24,10 @@ class AllocineFRBridge extends BridgeAbstract{ public function getURI(){ switch($this->getInput('category')){ case 'faux-raccord': - $uri = static::URI.'video/programme-12284/saison-24580/'; + $uri = static::URI.'video/programme-12284/saison-27129/'; break; case 'top-5': - $uri = static::URI.'video/programme-12299/saison-22542/'; + $uri = static::URI.'video/programme-12299/saison-29561/'; break; case 'tueurs-en-serie': $uri = static::URI.'video/programme-12286/saison-22938/';