Skip to content

Commit

Permalink
[ExtremeDownloadBridge] Feed URL updated (#2066)
Browse files Browse the repository at this point in the history
The Feed URL is now a link to the TV Show and not the Homepage !
sysadminstory authored Apr 12, 2021
1 parent ff0c7a9 commit e1c1946
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bridges/ExtremeDownloadBridge.php
Original file line number Diff line number Diff line change
@@ -81,6 +81,16 @@ public function getName(){
}
}

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

0 comments on commit e1c1946

Please sign in to comment.