From 0cc5a853992f42aa206705895c89eb24403ce7cb Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 29 Aug 2026 22:37:45 -0400 Subject: [PATCH] use mqdefault cause the other endpoint cucks me with blurry thumbnails --- scraper/yt.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scraper/yt.php b/scraper/yt.php index d844598..2d6340d 100644 --- a/scraper/yt.php +++ b/scraper/yt.php @@ -666,11 +666,7 @@ class yt{ ) : null, "thumb" => [ "ratio" => "16:9", - "url" => - $video["thumbnail"] - ["thumbnails"] - [0] - ["url"] + "url" => "https://i.ytimg.com/vi/" . $video["videoId"] . "/mqdefault.jpg" ], "url" => "https://www.youtube.com/watch?v=" . $video["videoId"] ];