mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
NyaaTorrentsBridge - add max items again (#3743)
This commit is contained in:
parent
e55a88fb8e
commit
6634291c67
@ -62,7 +62,7 @@ class NyaaTorrentsBridge extends FeedExpander
|
|||||||
|
|
||||||
public function collectData()
|
public function collectData()
|
||||||
{
|
{
|
||||||
$this->collectExpandableDatas($this->getURI());
|
$this->collectExpandableDatas($this->getURI(), 20);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function parseItem($newItem)
|
protected function parseItem($newItem)
|
||||||
|
Loading…
Reference in New Issue
Block a user