Image preview in google api seareches #87

Open
opened 2025-10-11 12:30:31 +00:00 by turtlecute · 2 comments

Is it possible to remove the image preview when using google api in searches?

Is it possible to remove the image preview when using google api in searches?
Author

i changed $thumb to =null in google api scraper and i fixed it.

i changed $thumb to =null in google api scraper and i fixed it.
Owner

$thumb to null will cause errors in frontend.php, set it to this

$thumb = [
     "url" => null,
     "ratio" => null
];
$thumb to null will cause errors in frontend.php, set it to this ``` $thumb = [ "url" => null, "ratio" => null ]; ```
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lolcat/4get#87
No description provided.