mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
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'
This commit is contained in:
parent
c5831e384f
commit
69d30ad125
@ -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/';
|
||||
|
Loading…
x
Reference in New Issue
Block a user