From 4559857380317d768ff8394db711eb5c894aa1f8 Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 8 Aug 2023 03:09:47 -0400 Subject: added brave image+video support --- api/v1/images.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/v1/images.php') diff --git a/api/v1/images.php b/api/v1/images.php index e05ba26..694658e 100644 --- a/api/v1/images.php +++ b/api/v1/images.php @@ -16,7 +16,8 @@ $get = $frontend->parsegetfilters($_GET, $filters); try{ echo json_encode( - $scraper->image($get) + $scraper->image($get), + JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ); }catch(Exception $e){ -- cgit v1.2.3