mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-09 01:56:39 +02:00
bridges: Remove unnecessary functions getName() and getURI()
This commit is contained in:
@@ -6,7 +6,7 @@ class CommonDreamsBridge extends BridgeAbstract{
|
||||
$this->name = "CommonDreams Bridge";
|
||||
$this->uri = "http://www.commondreams.org/";
|
||||
$this->description = "Returns the newest articles.";
|
||||
$this->update = "2016-08-06";
|
||||
$this->update = "2016-08-09";
|
||||
}
|
||||
|
||||
private function CommonDreamsExtractContent($url) {
|
||||
@@ -39,12 +39,4 @@ class CommonDreamsBridge extends BridgeAbstract{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return 'CommonDreams Bridge';
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
return 'http://www.commondreams.org/';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user