mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Use generic url for thumbnails
This commit is contained in:
parent
841308929d
commit
69dd52bac3
3 changed files with 3 additions and 3 deletions
|
@ -312,7 +312,7 @@ get "/watch" do |env|
|
|||
video.description = fill_links(video.description, "https", "www.youtube.com")
|
||||
video.description = add_alt_links(video.description)
|
||||
|
||||
thumbnail = "https://i1.ytimg.com/vi/#{id}/mqdefault.jpg"
|
||||
thumbnail = "https://i.ytimg.com/vi/#{id}/mqdefault.jpg"
|
||||
|
||||
templated "watch"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue