diff options
Diffstat (limited to 'api/v1/videos.php')
-rw-r--r-- | api/v1/videos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/v1/videos.php b/api/v1/videos.php index c0a7507..1d23780 100644 --- a/api/v1/videos.php +++ b/api/v1/videos.php @@ -30,7 +30,7 @@ $get = $frontend->parsegetfilters($_GET, $filters); try{ echo json_encode( $scraper->video($get), - JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES + JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_INVALID_UTF8_IGNORE ); }catch(Exception $e){ |