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: