forked from midou/invidious
remove 3gp only from the player (#2376)
+ video quality precedence on default player when js is not enabled
This commit is contained in:
parent
0e92a63d14
commit
8b62c05fe2
@ -16,6 +16,8 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%
|
<%
|
||||||
|
fmt_stream.reject! { |f| f["itag"] == 17 }
|
||||||
|
fmt_stream.sort_by! {|f| params.quality == f["quality"] ? 0 : 1 }
|
||||||
fmt_stream.each_with_index do |fmt, i|
|
fmt_stream.each_with_index do |fmt, i|
|
||||||
src_url = "/latest_version?id=#{video.id}&itag=#{fmt["itag"]}"
|
src_url = "/latest_version?id=#{video.id}&itag=#{fmt["itag"]}"
|
||||||
src_url += "&local=true" if params.local
|
src_url += "&local=true" if params.local
|
||||||
|
Loading…
Reference in New Issue
Block a user