added brave image+video support
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user