mojeek thumbnail fix

This commit is contained in:
lolcat 2024-11-06 23:43:54 -05:00
parent aaa30c79f5
commit 68dd7f29f6
1 changed files with 5 additions and 3 deletions

View File

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