From 6634291c67194428241f84d48f236a3037492bee Mon Sep 17 00:00:00 2001 From: Jisagi Date: Thu, 12 Oct 2023 21:24:08 +0200 Subject: [PATCH] NyaaTorrentsBridge - add max items again (#3743) --- bridges/NyaaTorrentsBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/NyaaTorrentsBridge.php b/bridges/NyaaTorrentsBridge.php index 3129bfc4..22225be8 100644 --- a/bridges/NyaaTorrentsBridge.php +++ b/bridges/NyaaTorrentsBridge.php @@ -62,7 +62,7 @@ class NyaaTorrentsBridge extends FeedExpander public function collectData() { - $this->collectExpandableDatas($this->getURI()); + $this->collectExpandableDatas($this->getURI(), 20); } protected function parseItem($newItem)