1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-03 03:15:45 -04:00

Clean up decrypt_signature for watch page

This commit is contained in:
Omar Roth 2018-04-08 12:31:20 -05:00
parent ce28348da5
commit 22800efbc4

@ -253,12 +253,7 @@ get "/watch" do |env|
end
end
signature = false
if adaptive_fmts[0]? && adaptive_fmts[0]["s"]?
signature = true
end
if signature
adaptive_fmts.each do |fmt|
fmt["url"] += "&signature=" + decrypt_signature(fmt["s"])
end