mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add support for fvip in videoplayback
This commit is contained in:
parent
830d6fae8e
commit
6c5cbca575
1 changed files with 2 additions and 1 deletions
|
@ -800,8 +800,9 @@ end
|
|||
get "/videoplayback" do |env|
|
||||
query_params = env.params.query
|
||||
|
||||
fvip = query_params["fvip"]
|
||||
mn = query_params["mn"].split(",")[0]
|
||||
host = "https://r5---#{mn}.googlevideo.com"
|
||||
host = "https://r#{fvip}---#{mn}.googlevideo.com"
|
||||
url = "/videoplayback?#{query_params.to_s}"
|
||||
|
||||
client = make_client(URI.parse(host))
|
||||
|
|
Loading…
Reference in a new issue