From 68dd7f29f61122af70dc678c490c7482eced59cd Mon Sep 17 00:00:00 2001 From: lolcat Date: Wed, 6 Nov 2024 23:43:54 -0500 Subject: [PATCH] mojeek thumbnail fix --- scraper/mojeek.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scraper/mojeek.php b/scraper/mojeek.php index 934e455..b2d6ed5 100644 --- a/scraper/mojeek.php +++ b/scraper/mojeek.php @@ -701,9 +701,11 @@ class mojeek{ if(count($thumb) === 2){ $answer["thumb"] = - $this->fuckhtml - ->getTextContent( - $thumb[1] + urldecode( + $this->fuckhtml + ->getTextContent( + $thumb[1] + ) ); } }