mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add label to fmt_stream
This commit is contained in:
parent
21ef842a2e
commit
2a4b643539
2 changed files with 3 additions and 2 deletions
|
@ -271,7 +271,8 @@ get "/watch" do |env|
|
|||
end
|
||||
end
|
||||
|
||||
fmt_stream = fmt_stream.uniq { |s| s["quality"] }
|
||||
fmt_stream.each { |s| s.add("label", "#{s["quality"]} - #{s["type"].split(";")[0].split("/")[1]}") }
|
||||
fmt_stream = fmt_stream.uniq { |s| s["label"] }
|
||||
|
||||
video_streams = adaptive_fmts.compact_map { |s| s["type"].starts_with?("video") ? s : nil }
|
||||
video_streams = video_streams.uniq { |s| s["size"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue