aboutsummaryrefslogtreecommitdiff
path: root/bridges/CryptomeBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/CryptomeBridge.php')
-rw-r--r--bridges/CryptomeBridge.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/bridges/CryptomeBridge.php b/bridges/CryptomeBridge.php
index 9f80671b..74da1073 100644
--- a/bridges/CryptomeBridge.php
+++ b/bridges/CryptomeBridge.php
@@ -7,7 +7,7 @@ class CryptomeBridge extends BridgeAbstract{
$this->name = "Cryptome";
$this->uri = "http://cryptome.org/";
$this->description = "Returns the N most recent documents.";
- $this->update = "";
+ $this->update = "2016-08-09";
$this->parameters[] =
'[
@@ -46,14 +46,6 @@ class CryptomeBridge extends BridgeAbstract{
}
}
- public function getName(){
- return 'Cryptome';
- }
-
- public function getURI(){
- return 'https://secure.netsolhost.com/cryptome.org/';
- }
-
public function getCacheDuration(){
return 21600; // 6 hours
}