From 326281b7c5080d5ecf265b7e7a0b865cfacf2a27 Mon Sep 17 00:00:00 2001 From: Kingbox <37674310+lopezvg@users.noreply.github.com> Date: Thu, 26 Jul 2018 22:00:46 +0200 Subject: [PATCH] Mejoras internas --- plugin.video.alfa/channels/alltorrent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.video.alfa/channels/alltorrent.py b/plugin.video.alfa/channels/alltorrent.py index 89015faf..d982c347 100755 --- a/plugin.video.alfa/channels/alltorrent.py +++ b/plugin.video.alfa/channels/alltorrent.py @@ -224,6 +224,7 @@ def findvideos(item): #Ahora tratamos el servidor directo item_local = item.clone() servidor = 'openload' + item_local.quality = '' if item.infoLabels['duration']: item_local.quality = scrapertools.find_single_match(item.quality, '(\s\[.*?\])') #Copiamos la duración enlace = scrapertools.find_single_match(data, 'button-green-download-big".*?href="([^"]+)">')