Skip to content

Commit f1c7ab2

Browse files
committed
fix: move to mqdefault.jpg instead of maxresdefault.jpg (fixes #170)
1 parent 43eb2fd commit f1c7ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/invidious/video.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static function print_results($results, $opts) {
5353
$views = $result["views"] ?? '';
5454
$date = $result["date"] ?? '';
5555
$lengthSeconds = $result["lengthSeconds"] ?? '';
56-
$thumbnail = "https://i.ytimg.com/vi/" . htmlspecialchars(explode("=", $url)[1]) . "/maxresdefault.jpg" ?? '';
56+
$thumbnail = "https://i.ytimg.com/vi/" . htmlspecialchars(explode("=", $url)[1]) . "/mqdefault.jpg" ?? '';
5757

5858
echo "<div class=\"text-result-wrapper\">";
5959
echo "<a rel=\"noreferer noopener\" href=\"$url\">";

0 commit comments

Comments
 (0)