NyaaTorrentsBridge - add max items again (#3743)

This commit is contained in:
Jisagi 2023-10-12 21:24:08 +02:00 committed by GitHub
parent e55a88fb8e
commit 6634291c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ class NyaaTorrentsBridge extends FeedExpander
public function collectData()
{
$this->collectExpandableDatas($this->getURI());
$this->collectExpandableDatas($this->getURI(), 20);
}
protected function parseItem($newItem)