mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-24 23:37:18 +00: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
@ -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…
Reference in New Issue
Block a user