Add functions to bypass websites that are redirected to (looking at you voe)

This commit is contained in:
2022-07-13 00:45:52 +02:00
parent 672b920f31
commit 4cf76eb62a
9 changed files with 68 additions and 89 deletions

View File

@ -192,10 +192,7 @@ class Voe implements Match {
id = 'voe'
reliability = Reliability.HIGH
domains = [
'voe.sx',
'voeunblk.com',
'voeun-block.net',
'un-block-voe.net'
'voe.sx'
]
regex = new RegExp(/https?:\/\/\S*m3u8(?=")/gm)