From f33cbb8b92ff534cb65e3d39cb2d3276fa19a1e9 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Tue, 13 Mar 2018 18:41:09 -0500 Subject: [PATCH] Add sources for iOS --- src/invidious.cr | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/invidious.cr b/src/invidious.cr index 255ecc3c..b660d873 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -211,8 +211,6 @@ get "/watch" do |env| end end - # 3gpp doesn't appear to play correclty in Chrome, so here we remove it - fmt_stream = fmt_stream.compact_map { |s| !s["type"].starts_with?("video/3gpp") ? s : nil } fmt_stream = fmt_stream.uniq { |s| s["quality"] } video_streams = adaptive_fmts.compact_map { |s| s["type"].starts_with?("video") ? s : nil }