forked from midou/invidious
Fix livestream regex regression caused by #2271
Closes #2352 Special thanks to @WaywardHeart for finding this issue!
This commit is contained in:
parent
d97e128dc0
commit
6d68fbc31d
@ -160,7 +160,7 @@ module Invidious::Routes::API::Manifest
|
||||
manifest = response.body
|
||||
|
||||
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 = path.lchop("/videoplayback/")
|
||||
|
Loading…
Reference in New Issue
Block a user