mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-14 03:49:48 +01:00
mojeek thumbnail fix
This commit is contained in:
parent
aaa30c79f5
commit
68dd7f29f6
|
@ -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]
|
||||||
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue