forked from midou/invidious
Run 'crystal tool format'
This commit is contained in:
parent
e192b55ffa
commit
5c1bd5fae6
@ -146,7 +146,6 @@ get "/watch" do |env|
|
||||
next templated "error"
|
||||
end
|
||||
|
||||
|
||||
fmt_stream = [] of HTTP::Params
|
||||
video.info["url_encoded_fmt_stream_map"].split(",") do |string|
|
||||
fmt_stream << HTTP::Params.parse(string)
|
||||
@ -160,7 +159,6 @@ get "/watch" do |env|
|
||||
adaptive_fmts << HTTP::Params.parse(string)
|
||||
end
|
||||
end
|
||||
|
||||
rvs = [] of Hash(String, String)
|
||||
if video.info.has_key?("rvs")
|
||||
video.info["rvs"].split(",").each do |rv|
|
||||
|
Loading…
Reference in New Issue
Block a user