From fe5286a210425a41e3ec36533fdc06681ded3799 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Wed, 19 Sep 2018 15:24:41 -0500 Subject: [PATCH] Add 'maxres' to video thumbnails --- src/invidious/videos.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/src/invidious/videos.cr b/src/invidious/videos.cr index 668b58bf..c90f3582 100644 --- a/src/invidious/videos.cr +++ b/src/invidious/videos.cr @@ -112,6 +112,7 @@ REGIONS = {"AD", "AE", "AF", "AG", "AI", "AL", "AM", "AO", "AQ", "AR", "A BYPASS_REGIONS = {"CA", "DE", "FR", "JP", "RU", "UK"} VIDEO_THUMBNAILS = { + {name: "maxres", url: "maxres", height: 720, width: 1280}, {name: "maxresdefault", url: "maxresdefault", height: 720, width: 1280}, {name: "sddefault", url: "sddefault", height: 480, width: 640}, {name: "high", url: "hqdefault", height: 360, width: 480},