Clean up decrypt_signature for watch page

pull/3/head
Omar Roth 7 years ago
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

Loading…
Cancel
Save