[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

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 = '';