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)