mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 01:55:21 +02:00
[bridges] Define max items and clear caches
This commit is contained in:
parent
f1fb527607
commit
2861a855e4
12 changed files with 43 additions and 25 deletions
|
@ -26,7 +26,7 @@ class NextgovBridge extends FeedExpander {
|
|||
));
|
||||
|
||||
public function collectData(){
|
||||
$this->collectExpandableDatas(self::URI . 'rss/' . $this->getInput('category') . '/');
|
||||
$this->collectExpandableDatas(self::URI . 'rss/' . $this->getInput('category') . '/', 10);
|
||||
}
|
||||
|
||||
protected function parseItem($newsItem){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue