diff options
Diffstat (limited to 'api/v1/web.php')
-rw-r--r-- | api/v1/web.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/v1/web.php b/api/v1/web.php index 7895183..7f6d769 100644 --- a/api/v1/web.php +++ b/api/v1/web.php @@ -21,7 +21,8 @@ if(!isset($_GET["extendedsearch"])){ try{ echo json_encode( - $scraper->web($get) + $scraper->web($get), + JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ); }catch(Exception $e){ |