diff options
Diffstat (limited to 'bridges/FierPandaBridge.php')
-rw-r--r-- | bridges/FierPandaBridge.php | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bridges/FierPandaBridge.php b/bridges/FierPandaBridge.php index cba96d32..c747a5a8 100644 --- a/bridges/FierPandaBridge.php +++ b/bridges/FierPandaBridge.php @@ -7,7 +7,7 @@ Class FierPandaBridge extends BridgeAbstract{ $this->name = "Fier Panda Bridge"; $this->uri = "http://www.fier-panda.fr/"; $this->description = "Returns latest articles from Fier Panda."; - $this->update = "2015-12-11"; + $this->update = "2016-08-09"; } @@ -27,14 +27,6 @@ Class FierPandaBridge extends BridgeAbstract{ } } - public function getName(){ - return 'Fier Panda'; - } - - public function getURI(){ - return 'http://www.fier-panda.fr'; - } - public function getCacheDuration(){ return 21600; // 6 hours } |