diff options
author | lolcat <will@lolcat.ca> | 2024-05-16 19:59:43 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-05-16 19:59:43 -0400 |
commit | bcb5c4d5195b645584a8ebf98b61b86533f7a5b7 (patch) | |
tree | 18d8e013e0f1a85e552a58ed28b726fed9e4d86e | |
parent | 0d98d7839d1c3da75b95ef29ce12ef54a2a20094 (diff) |
dumb mistake
-rw-r--r-- | scraper/greppr.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) |