mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 11:04:36 +02:00
bridges: Remove unnecessary functions getName() and getURI()
This commit is contained in:
@@ -5,9 +5,9 @@ class DansTonChatBridge extends BridgeAbstract{
|
||||
|
||||
$this->maintainer = "Astalaseven";
|
||||
$this->name = "DansTonChat Bridge";
|
||||
$this->uri = "http://danstonchat.com/latest.html";
|
||||
$this->uri = "http://danstonchat.com";
|
||||
$this->description = "Returns latest quotes from DansTonChat.";
|
||||
$this->update = "2014-05-25";
|
||||
$this->update = "2016-08-09";
|
||||
|
||||
}
|
||||
|
||||
@@ -26,14 +26,6 @@ class DansTonChatBridge extends BridgeAbstract{
|
||||
}
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return 'DansTonChat';
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
return 'http://danstonchat.com';
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 21600; // 6 hours
|
||||
}
|
||||
|
Reference in New Issue
Block a user