diff options
| author | Omar Roth <omarroth@hotmail.com> | 2018-03-13 18:41:09 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2018-03-13 18:41:09 -0500 |
| commit | f33cbb8b92ff534cb65e3d39cb2d3276fa19a1e9 (patch) | |
| tree | 913143eb08444b74fce2730b0fa1e69290071f1a /src | |
| parent | e37e9a0b8e36cf5996ef64c6199d814e035faff8 (diff) | |
| download | invidious-f33cbb8b92ff534cb65e3d39cb2d3276fa19a1e9.tar.gz invidious-f33cbb8b92ff534cb65e3d39cb2d3276fa19a1e9.tar.bz2 invidious-f33cbb8b92ff534cb65e3d39cb2d3276fa19a1e9.zip | |
Add sources for iOS
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious.cr | 2 |
1 files changed, 0 insertions, 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 } |
