From bcdebda846ab622600867115472bc65d0d5c4408 Mon Sep 17 00:00:00 2001 From: Kingbox <37674310+lopezvg@users.noreply.github.com> Date: Thu, 26 Jul 2018 21:58:19 +0200 Subject: [PATCH] Cambios internos --- plugin.video.alfa/channels/alltorrent.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.video.alfa/channels/alltorrent.py b/plugin.video.alfa/channels/alltorrent.py index 4d8d78f8..89015faf 100755 --- a/plugin.video.alfa/channels/alltorrent.py +++ b/plugin.video.alfa/channels/alltorrent.py @@ -224,6 +224,8 @@ def findvideos(item): #Ahora tratamos el servidor directo item_local = item.clone() servidor = 'openload' + 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="([^"]+)">') if enlace: try: