4
0
forked from midou/invidious

Fix livestream regex regression caused by

Closes 

Special thanks to @WaywardHeart for finding this issue!
This commit is contained in:
syeopite
2021-09-25 02:47:52 +00:00
committed by GitHub
parent d97e128dc0
commit 6d68fbc31d

@ -160,7 +160,7 @@ module Invidious::Routes::API::Manifest
manifest = response.body manifest = response.body
if local if local
manifest = manifest.gsub(/^https:\/\/r\d---.{11}\.c\.youtube\.com[^\n]*/m) do |match| manifest = manifest.gsub(/^https:\/\/\w+---.{11}\.c\.youtube\.com[^\n]*/m) do |match|
path = URI.parse(match).path path = URI.parse(match).path
path = path.lchop("/videoplayback/") path = path.lchop("/videoplayback/")