mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 12:15:23 +02:00
[ExtremeDownloadBridge] Feed URL updated (#2066)
The Feed URL is now a link to the TV Show and not the Homepage !
This commit is contained in:
parent
ff0c7a9013
commit
e1c19461ca
1 changed files with 10 additions and 0 deletions
|
@ -81,6 +81,16 @@ class ExtremeDownloadBridge extends BridgeAbstract {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getURI() {
|
||||||
|
switch($this->queriedContext) {
|
||||||
|
case 'Suivre la publication des épisodes d\'une série en cours de diffusion':
|
||||||
|
return self::URI . $this->getInput('url');
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
return self::URI;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private function findLinkType($element)
|
private function findLinkType($element)
|
||||||
{
|
{
|
||||||
$return = '';
|
$return = '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue