mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
Update CryptomeBridge.php (#2555)
This commit is contained in:
parent
44af64d3aa
commit
626cc9119a
@ -4,7 +4,7 @@ class CryptomeBridge extends BridgeAbstract {
|
|||||||
const MAINTAINER = 'BoboTiG';
|
const MAINTAINER = 'BoboTiG';
|
||||||
const NAME = 'Cryptome';
|
const NAME = 'Cryptome';
|
||||||
const URI = 'https://cryptome.org/';
|
const URI = 'https://cryptome.org/';
|
||||||
const CACHE_TIMEOUT = 21600; //6h
|
const CACHE_TIMEOUT = 21600; // 6h
|
||||||
const DESCRIPTION = 'Returns the N most recent documents.';
|
const DESCRIPTION = 'Returns the N most recent documents.';
|
||||||
const PARAMETERS = array( array(
|
const PARAMETERS = array( array(
|
||||||
'n' => array(
|
'n' => array(
|
||||||
|
Loading…
Reference in New Issue
Block a user