diff --git a/src/Api/TTRssClient.php b/src/Api/TTRssClient.php index c0d7af4..7c538cc 100644 --- a/src/Api/TTRssClient.php +++ b/src/Api/TTRssClient.php @@ -11,7 +11,7 @@ class TTRssClient { public function getPager(int $page = 1): array { - $result = @file_get_contents('https://tiny.deblan.org/deblan_api/?page='.$page); + $result = @file_get_contents('https://tiny.deblan.org/deblan_api/?itemsPerPage=10&page='.$page); if ($result) { $result = str_replace('\\u0092', "'", $result);