remove 3gp only from the player (#2376)

+ video quality precedence on default player when js is not enabled
This commit is contained in:
Émilien Devos 2021-09-03 09:39:11 +02:00 committed by GitHub
parent 0e92a63d14
commit 8b62c05fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@
<% 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|
src_url = "/latest_version?id=#{video.id}&itag=#{fmt["itag"]}"
src_url += "&local=true" if params.local