mirror of
https://git.lolcat.ca/lolcat/4get
synced 2025-12-19 13:03:38 +00:00
google web, videos and news, various other fixes
This commit is contained in:
@@ -39,10 +39,12 @@ if(
|
||||
}
|
||||
|
||||
try{
|
||||
echo json_encode(
|
||||
$scraper->web($get),
|
||||
JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES
|
||||
);
|
||||
|
||||
echo
|
||||
json_encode(
|
||||
$scraper->web($get),
|
||||
JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES
|
||||
);
|
||||
|
||||
}catch(Exception $e){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user