Browse Source

apparently mqdefault sucks too, gotta pull the highres thumbnail fix your shit google

lolcat 2 tuần trước cách đây
mục cha
commit
f95485a17a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scraper/yt.php

+ 1 - 1
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"]
 			];