1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-19 16:01:15 +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:
sysadminstory
2021-04-12 19:59:16 +02:00
committed by GitHub
parent ff0c7a9013
commit e1c19461ca

View File

@@ -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)
{
$return = '';