Add 'host' to '/videoplayback'

This commit is contained in:
Omar Roth 2019-03-11 13:14:30 -05:00
parent 11ff40bcd6
commit f01152eda1
2 changed files with 11 additions and 3 deletions

View file

@ -317,6 +317,7 @@ class Video
end
streams.each do |fmt|
fmt["url"] += "&host=" + (URI.parse(fmt["url"]).host || "")
fmt["url"] += decrypt_signature(fmt, decrypt_function)
end
@ -384,6 +385,7 @@ class Video
end
adaptive_fmts.each do |fmt|
fmt["url"] += "&host=" + (URI.parse(fmt["url"]).host || "")
fmt["url"] += decrypt_signature(fmt, decrypt_function)
end