remove 3gp only from the player (#2376)

+ video quality precedence on default player when js is not enabled
pull/2378/head
Émilien Devos 3 years ago committed by GitHub
parent 0e92a63d14
commit 8b62c05fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save