From d06efda5c904cd9d932479738422a0d86911f872 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Mon, 14 May 2018 14:44:33 -0500 Subject: [PATCH] miradetodo: fix --- plugin.video.alfa/channels/miradetodo.py | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/plugin.video.alfa/channels/miradetodo.py b/plugin.video.alfa/channels/miradetodo.py index 119830b9..4bbfbea4 100755 --- a/plugin.video.alfa/channels/miradetodo.py +++ b/plugin.video.alfa/channels/miradetodo.py @@ -323,6 +323,7 @@ def findvideos(item): matches = re.compile(patron, re.DOTALL).findall(data) for option, videoitem in matches: + sub = '' lang = scrapertools.find_single_match(src, '.*?(.*?)<\/a>' % option) if 'audio ' in lang.lower(): @@ -333,12 +334,21 @@ def findvideos(item): video_urls = scrapertools.find_multiple_matches(data, '
  • 0 and item.extra != 'findvideos': itemlist.append(Item(channel=item.channel,