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
1 changed files with 0 additions and 5 deletions

View File

@ -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