From 953e6ac7456f519de64da59c1c86047559849519 Mon Sep 17 00:00:00 2001 From: vdbhb59 Date: Thu, 19 Mar 2026 09:35:52 +0530 Subject: [PATCH] Synced Fix pagination --- scraper/google.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scraper/google.php b/scraper/google.php index 53a648a..8f24e01 100644 --- a/scraper/google.php +++ b/scraper/google.php @@ -1,6 +1,7 @@ $search, "tbm" => "isch", "asearch" => "isch", - "async" => "_fmt:json,p:1,ijn:{$page}", // ijn:0 = page 1 + "async" => "_fmt:json,p:0,ijn:{$page}", // ijn:0 = page 1 ]; // country (image search uses cr instead of gl) @@ -1330,4 +1331,4 @@ class google{ throw new Exception("Google returned a captcha"); } } -} \ No newline at end of file +}