summaryrefslogtreecommitdiff
path: root/api/v1/web.php
diff options
context:
space:
mode:
Diffstat (limited to 'api/v1/web.php')
-rw-r--r--api/v1/web.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/v1/web.php b/api/v1/web.php
index df5cec1..6a9c030 100644
--- a/api/v1/web.php
+++ b/api/v1/web.php
@@ -43,7 +43,7 @@ try{
echo
json_encode(
$scraper->web($get),
- JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES
+ JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_INVALID_UTF8_IGNORE
);
}catch(Exception $e){