mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add 'maxres' to video thumbnails
This commit is contained in:
parent
bb604c8925
commit
fe5286a210
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ REGIONS = {"AD", "AE", "AF", "AG", "AI", "AL", "AM", "AO", "AQ", "AR", "A
|
||||||
BYPASS_REGIONS = {"CA", "DE", "FR", "JP", "RU", "UK"}
|
BYPASS_REGIONS = {"CA", "DE", "FR", "JP", "RU", "UK"}
|
||||||
|
|
||||||
VIDEO_THUMBNAILS = {
|
VIDEO_THUMBNAILS = {
|
||||||
|
{name: "maxres", url: "maxres", height: 720, width: 1280},
|
||||||
{name: "maxresdefault", url: "maxresdefault", height: 720, width: 1280},
|
{name: "maxresdefault", url: "maxresdefault", height: 720, width: 1280},
|
||||||
{name: "sddefault", url: "sddefault", height: 480, width: 640},
|
{name: "sddefault", url: "sddefault", height: 480, width: 640},
|
||||||
{name: "high", url: "hqdefault", height: 360, width: 480},
|
{name: "high", url: "hqdefault", height: 360, width: 480},
|
||||||
|
|
Loading…
Reference in a new issue