mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Remove 'host' from query params
This commit is contained in:
parent
f01152eda1
commit
58f4212aa8
@ -4218,8 +4218,8 @@ get "/videoplayback" do |env|
|
||||
query_params = env.params.query
|
||||
|
||||
if query_params["host"]? && !query_params["host"].empty?
|
||||
pp query_params["host"]
|
||||
host = "https://#{query_params["host"]}"
|
||||
query_params.delete("host")
|
||||
else
|
||||
fvip = query_params["fvip"]? || "3"
|
||||
mn = query_params["mn"].split(",").pop
|
||||
|
Loading…
Reference in New Issue
Block a user