From 7f70c95bf5c97464e19d59aa4041fe54ce6bd4c8 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Mon, 16 Oct 2017 15:56:51 -0500 Subject: [PATCH] wopelis fix enlaces --- plugin.video.alfa/channels/wopelis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.video.alfa/channels/wopelis.py b/plugin.video.alfa/channels/wopelis.py index 3f3f8785..99fd1111 100755 --- a/plugin.video.alfa/channels/wopelis.py +++ b/plugin.video.alfa/channels/wopelis.py @@ -255,10 +255,10 @@ def findvideos(item): dic_servers = {'ntfof': 'Servidor Desconocido', 'stramango': 'streamango', 'flasht': 'flashx'} data1 = downloadpage(item.url) - patron = 'onclick="redir\(([^\)]+).*?' + patron = '(?s)onclick="redir\(([^\)]+).*?' patron += '" in data1: list_showlinks = [('Online:', 'Online:(.*?)Descarga:'),