mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Replace ytimg with local thumbnails
This commit is contained in:
parent
abb15b82e6
commit
95e2d8f1b7
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ def generate_thumbnails(json, id)
|
||||||
VIDEO_THUMBNAILS.each do |thumbnail|
|
VIDEO_THUMBNAILS.each do |thumbnail|
|
||||||
json.object do
|
json.object do
|
||||||
json.field "quality", thumbnail[:name]
|
json.field "quality", thumbnail[:name]
|
||||||
json.field "url", "https://i.ytimg.com/vi/#{id}/#{thumbnail["url"]}.jpg"
|
json.field "url", "/vi/#{id}/#{thumbnail["url"]}.jpg"
|
||||||
json.field "width", thumbnail[:width]
|
json.field "width", thumbnail[:width]
|
||||||
json.field "height", thumbnail[:height]
|
json.field "height", thumbnail[:height]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue