Use maxresdefault for thumbnail

pull/73/head
Omar Roth 6 years ago
parent 1fb0e1991b
commit 272e798f5c

@ -439,7 +439,7 @@ get "/watch" do |env|
host_params = env.request.query_params host_params = env.request.query_params
host_params.delete_all("v") host_params.delete_all("v")
thumbnail = "https://i.ytimg.com/vi/#{id}/mqdefault.jpg" thumbnail = "https://i.ytimg.com/vi/#{id}/maxresdefault.jpg"
templated "watch" templated "watch"
end end
@ -1525,7 +1525,7 @@ get "/embed/:id" do |env|
host_params = env.request.query_params host_params = env.request.query_params
host_params.delete_all("v") host_params.delete_all("v")
thumbnail = "https://i.ytimg.com/vi/#{id}/mqdefault.jpg" thumbnail = "https://i.ytimg.com/vi/#{id}/maxresdefault.jpg"
rendered "embed" rendered "embed"
end end

Loading…
Cancel
Save