Fix Live La 7

This commit is contained in:
Alhaziel01
2020-08-12 19:41:16 +02:00
parent 257b523ac6
commit 58397ac1fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ def play(item):
item = item.clone(title='Direct', url=url, server='directo', action='play')
else:
preurl = support.match(data, patron=r'preTokenUrl = "(.+?)"').match
url = support.match(data, patron=r'["]?dash["]?\s*:\s*"([^"]+)"').match
url = support.match(data, patron=r'''["]?dash["]?\s*:\s*["']([^"']+)["']''').match
tokenHeader = {
'host': headers['host_token'],
'user-agent': headers['user-agent'],