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