From 157f28a249c6032789f776dbb18c60bfd49e204b Mon Sep 17 00:00:00 2001 From: mac12m99 Date: Sun, 3 Mar 2019 17:28:38 +0100 Subject: [PATCH] fix openload a simple change in regex --- plugin.video.alfa/servers/openload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/servers/openload.py b/plugin.video.alfa/servers/openload.py index 60f7fdda..3821773d 100644 --- a/plugin.video.alfa/servers/openload.py +++ b/plugin.video.alfa/servers/openload.py @@ -34,7 +34,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password= subtitle = scrapertools.find_single_match(data, '(.*?)

' ) + code = scrapertools.find_single_match(data, '

(.*?)

' ) _0x59ce16 = eval(scrapertools.find_single_match(data, '_0x59ce16=([^;]+)').replace('parseInt', 'int')) _1x4bfb36 = eval(scrapertools.find_single_match(data, '_1x4bfb36=([^;]+)').replace('parseInt', 'int')) parseInt = eval(scrapertools.find_single_match(data, '_0x30725e,(\(parseInt.*?)\),').replace('parseInt', 'int'))