mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-10-22 20:16:08 +02:00
[bridges] Define max items and clear caches
This commit is contained in:
@@ -7,7 +7,7 @@ class NumeramaBridge extends FeedExpander {
|
||||
const DESCRIPTION = 'Returns the 5 newest posts from Numerama (full text)';
|
||||
|
||||
public function collectData(){
|
||||
$this->collectExpandableDatas(self::URI . 'feed/');
|
||||
$this->collectExpandableDatas(self::URI . 'feed/', 5);
|
||||
}
|
||||
|
||||
protected function parseItem($newsItem){
|
||||
|
Reference in New Issue
Block a user