kopia lustrzana https://github.com/iv-org/invidious
Add dashUrl to /api/v1/videos
rodzic
aa8ff7ace3
commit
d522c864d4
|
@ -3036,6 +3036,8 @@ get "/api/v1/videos/:id" do |env|
|
|||
json.field "hlsUrl", hlsvp
|
||||
end
|
||||
|
||||
json.field "dashUrl", "#{make_host_url(config, Kemal.config)}/api/manifest/dash/id/#{id}"
|
||||
|
||||
json.field "adaptiveFormats" do
|
||||
json.array do
|
||||
adaptive_fmts.each do |fmt|
|
||||
|
|
Ładowanie…
Reference in New Issue