From f95485a17a370f65c55a1654f6036a71d9712068 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 29 Aug 2026 22:49:22 -0400 Subject: [PATCH] apparently mqdefault sucks too, gotta pull the highres thumbnail fix your shit google --- scraper/yt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/yt.php b/scraper/yt.php index 2d6340d..9229a8a 100644 --- a/scraper/yt.php +++ b/scraper/yt.php @@ -666,7 +666,7 @@ class yt{ ) : null, "thumb" => [ "ratio" => "16:9", - "url" => "https://i.ytimg.com/vi/" . $video["videoId"] . "/mqdefault.jpg" + "url" => "https://i.ytimg.com/vi/" . $video["videoId"] . "/hq720.jpg" ], "url" => "https://www.youtube.com/watch?v=" . $video["videoId"] ];