From 0e01969075fe95d45c18b65c335eacc1dcfd0639 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 29 Aug 2026 22:57:19 -0400 Subject: [PATCH] well i guess you guys are gonna need to deal with blurry thumbnails cause maxresdefault is not always available either and black bars sucks even more so fuck this --- scraper/yt.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scraper/yt.php b/scraper/yt.php index 9229a8a..d844598 100644 --- a/scraper/yt.php +++ b/scraper/yt.php @@ -666,7 +666,11 @@ class yt{ ) : null, "thumb" => [ "ratio" => "16:9", - "url" => "https://i.ytimg.com/vi/" . $video["videoId"] . "/hq720.jpg" + "url" => + $video["thumbnail"] + ["thumbnails"] + [0] + ["url"] ], "url" => "https://www.youtube.com/watch?v=" . $video["videoId"] ];