use mqdefault cause the other endpoint cucks me with blurry thumbnails

This commit is contained in:
2026-08-29 22:37:45 -04:00
parent c7165e0658
commit 0cc5a85399
+1 -5
View File
@@ -666,11 +666,7 @@ class yt{
) : null, ) : null,
"thumb" => [ "thumb" => [
"ratio" => "16:9", "ratio" => "16:9",
"url" => "url" => "https://i.ytimg.com/vi/" . $video["videoId"] . "/mqdefault.jpg"
$video["thumbnail"]
["thumbnails"]
[0]
["url"]
], ],
"url" => "https://www.youtube.com/watch?v=" . $video["videoId"] "url" => "https://www.youtube.com/watch?v=" . $video["videoId"]
]; ];