mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-12 23:32:06 +01:00
Fix voe regex
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user