mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-09 20:25:14 +02:00
Fix voe regex
This commit is contained in:
parent
ce8bc855b9
commit
fa41a8de8e
@ -184,7 +184,7 @@ class Voe implements Match {
|
||||
domains = [
|
||||
'voe.sx'
|
||||
]
|
||||
regex = new RegExp(/https?:\/\/\S*m3u8(?=")/gm)
|
||||
regex = new RegExp(/https?:\/\/\S*m3u8.+(?=')/gm)
|
||||
|
||||
async match(match: RegExpMatchArray): Promise<string> {
|
||||
return match[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user