mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00:00
Changed default number of article from 90 to 20 in CryptomeBridge.
This commit is contained in:
parent
50a96a3f21
commit
531dddecdc
@ -12,7 +12,7 @@ class CryptomeBridge extends BridgeAbstract{
|
|||||||
|
|
||||||
public function collectData(array $param){
|
public function collectData(array $param){
|
||||||
$html = '';
|
$html = '';
|
||||||
$num = 90;
|
$num = 20;
|
||||||
$link = 'http://cryptome.org/';
|
$link = 'http://cryptome.org/';
|
||||||
// If you want HTTPS access instead, uncomment the following line:
|
// If you want HTTPS access instead, uncomment the following line:
|
||||||
//$link = 'https://secure.netsolhost.com/cryptome.org/';
|
//$link = 'https://secure.netsolhost.com/cryptome.org/';
|
||||||
|
Loading…
Reference in New Issue
Block a user