diff options
Diffstat (limited to 'bridges/VineBridge.php')
-rw-r--r-- | bridges/VineBridge.php | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bridges/VineBridge.php b/bridges/VineBridge.php index daf520e9..db639830 100644 --- a/bridges/VineBridge.php +++ b/bridges/VineBridge.php @@ -7,7 +7,7 @@ class VineBridge extends BridgeAbstract { $this->name = "Vine bridge"; $this->uri = "http://vine.co/"; $this->description = "Returns the latests vines from vine user page"; - $this->update = "2016-03-12"; + $this->update = "2016-08-09"; $this->parameters[] = '[ @@ -45,14 +45,6 @@ class VineBridge extends BridgeAbstract { } - public function getName(){ - return 'Vine'; - } - - public function getURI(){ - return 'http://vine.co'; - } - public function getCacheDuration(){ return 10; //seconds } |