aboutsummaryrefslogtreecommitdiff
path: root/bridges/EZTVBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/EZTVBridge.php')
-rw-r--r--bridges/EZTVBridge.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/bridges/EZTVBridge.php b/bridges/EZTVBridge.php
index c171aeed..16c106c2 100644
--- a/bridges/EZTVBridge.php
+++ b/bridges/EZTVBridge.php
@@ -7,7 +7,7 @@ class EZTVBridge extends BridgeAbstract{
$this->name = "EZTV";
$this->uri = "https://eztv.ch/";
$this->description = "Returns list of *recent* torrents for a specific show on EZTV. Get showID from URLs in https://eztv.ch/shows/showID/show-full-name.";
- $this->update = "2016-08-06";
+ $this->update = "2016-08-09";
$this->parameters[] =
'[
@@ -72,12 +72,4 @@ class EZTVBridge extends BridgeAbstract{
}
}
}
-
- public function getName(){
- return 'EZTV';
- }
-
- public function getURI(){
- return 'https://eztv.ch/';
- }
}