mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-27 11:50:12 +02:00
Changed default number of article from 90 to 20 in CryptomeBridge.
This commit is contained in:
@@ -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/';
|
||||||
|
Reference in New Issue
Block a user