From e1c19461cac54a73518c3427836da0865101824c Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Mon, 12 Apr 2021 19:59:16 +0200 Subject: [PATCH] [ExtremeDownloadBridge] Feed URL updated (#2066) The Feed URL is now a link to the TV Show and not the Homepage ! --- bridges/ExtremeDownloadBridge.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bridges/ExtremeDownloadBridge.php b/bridges/ExtremeDownloadBridge.php index 9859a2a6..5d1aa7a2 100644 --- a/bridges/ExtremeDownloadBridge.php +++ b/bridges/ExtremeDownloadBridge.php @@ -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 = '';