mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 19:06:23 +03:00
Update CryptomeBridge.php (#2555)
This commit is contained in:
parent
44af64d3aa
commit
626cc9119a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class CryptomeBridge extends BridgeAbstract {
|
|||
const MAINTAINER = 'BoboTiG';
|
||||
const NAME = 'Cryptome';
|
||||
const URI = 'https://cryptome.org/';
|
||||
const CACHE_TIMEOUT = 21600; //6h
|
||||
const CACHE_TIMEOUT = 21600; // 6h
|
||||
const DESCRIPTION = 'Returns the N most recent documents.';
|
||||
const PARAMETERS = array( array(
|
||||
'n' => array(
|
||||
|
|
Loading…
Reference in a new issue