From bcb5c4d5195b645584a8ebf98b61b86533f7a5b7 Mon Sep 17 00:00:00 2001 From: lolcat Date: Thu, 16 May 2024 19:59:43 -0400 Subject: [PATCH] dumb mistake --- scraper/greppr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/greppr.php b/scraper/greppr.php index 402c3d2..f761751 100644 --- a/scraper/greppr.php +++ b/scraper/greppr.php @@ -199,7 +199,7 @@ class greppr{ throw new Exception("Failed to get a new search token"); } - $this->get($get, false); + return $this->web($get, false); } // refresh the token with new data (this also triggers fuckhtml load)