Revert "Replace ytimg with local thumbnails"

This reverts commit 95e2d8f1b7.
This commit is contained in:
Omar Roth 2018-09-20 11:05:25 -05:00
parent 6e092026d2
commit 1703788f4b

View File

@ -671,7 +671,7 @@ def generate_thumbnails(json, id)
VIDEO_THUMBNAILS.each do |thumbnail|
json.object do
json.field "quality", thumbnail[:name]
json.field "url", "/vi/#{id}/#{thumbnail["url"]}.jpg"
json.field "url", "https://i.ytimg.com/vi/#{id}/#{thumbnail["url"]}.jpg"
json.field "width", thumbnail[:width]
json.field "height", thumbnail[:height]
end