remove 3gp only from the player

+ video quality precedence on default player when js is not enabled
This commit is contained in:
Emilien Devos 2021-09-02 00:23:17 +02:00
parent 0e92a63d14
commit ab96a98ba9

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