1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 22:00:23 +02:00

bridges: Remove obsolete getName() and getURI()

This commit is contained in:
logmanoriginal
2016-08-06 18:40:36 +02:00
parent a1257126bc
commit 0ddf664d89
20 changed files with 7 additions and 138 deletions

View File

@@ -10,7 +10,7 @@ class WhydBridge extends BridgeAbstract{
$this->name = "Whyd Bridge";
$this->uri = "http://www.whyd.com/";
$this->description = "Returns 10 newest music from user profile";
$this->update = "2014-07-18";
$this->update = "2016-08-06";
$this->parameters[] =
'[
@@ -60,10 +60,6 @@ class WhydBridge extends BridgeAbstract{
return (!empty($this->name) ? $this->name .' - ' : '') .'Whyd Bridge';
}
public function getURI(){
return 'http://www.whyd.com/';
}
public function getCacheDuration(){
return 600; // 10 minutes
}