Videos: Use an actual thumbnail for YT videos

This commit is contained in:
Ilya Prokopenko 2022-02-06 16:44:49 +03:00
parent e5afb0fc88
commit 170343e989
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -5,7 +5,7 @@ final class YouTubeVideoDriver extends VideoDriver
{ {
function getThumbnailURL(): string function getThumbnailURL(): string
{ {
return "https://img.youtube.com/vi/$this->id/mq3.jpg"; return "https://img.youtube.com/vi/$this->id/mqdefault.jpg";
} }
function getURL(): string function getURL(): string