1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-11-08 17:43:07 -05:00

mojeek thumbnail fix

This commit is contained in:
lolcat 2024-11-06 23:43:54 -05:00
parent aaa30c79f5
commit 68dd7f29f6

View file

@ -701,9 +701,11 @@ class mojeek{
if(count($thumb) === 2){ if(count($thumb) === 2){
$answer["thumb"] = $answer["thumb"] =
$this->fuckhtml urldecode(
->getTextContent( $this->fuckhtml
$thumb[1] ->getTextContent(
$thumb[1]
)
); );
} }
} }