From 2519666e1c831f85836f9ce6d975d3ceb975c09d Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 27 Nov 2023 01:01:56 -0500 Subject: google web, videos and news, various other fixes --- scraper/sc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scraper/sc.php') diff --git a/scraper/sc.php b/scraper/sc.php index 16d3931..02cf087 100644 --- a/scraper/sc.php +++ b/scraper/sc.php @@ -229,7 +229,7 @@ class sc{ if($json === null){ - throw new Exception("Failed to decode JSON"); + throw new Exception("Failed to decode JSON. Did the keys set in data/config.php expire?"); } $out = [ -- cgit v1.2.3