Download: update link in video_playback comment

This commit is contained in:
Samantaz Fox 2023-03-05 13:44:23 +01:00
parent 3474744f57
commit a743d01a10
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -167,7 +167,7 @@ module Invidious::Routes::VideoPlayback
env.response.headers["Access-Control-Allow-Origin"] = "*"
if title
# https://blog.fastmail.com/2011/06/24/download-non-english-filenames/
# http://web.archive.org/web/20150701003254/https://blog.fastmail.com/2011/06/24/download-non-english-filenames/
filename = URI.encode_www_form(title, space_to_plus: false)
header = "attachment; filename=\"#{filename}\"; filename*=UTF-8''#{filename}"
env.response.headers["Content-Disposition"] = header