From 517bd047778036226ee2e3fbf627877c93989d70 Mon Sep 17 00:00:00 2001 From: Intel1 Date: Tue, 1 Aug 2017 09:13:09 -0500 Subject: [PATCH] Actualizado mundoflv Actualizado mundoflv --- plugin.video.alfa/channels/mundoflv.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.video.alfa/channels/mundoflv.py b/plugin.video.alfa/channels/mundoflv.py index 1d237b9d..29ec8ee1 100755 --- a/plugin.video.alfa/channels/mundoflv.py +++ b/plugin.video.alfa/channels/mundoflv.py @@ -606,6 +606,8 @@ def findvideos(item): url = scrapedurl idioma = audio[scrapedidioma] server = scrapedserver.strip(' ') + if server == 'streamin': + server = 'streaminto' title = item.contentSerieName + ' ' + str(item.contentSeasonNumber) + 'x' + str( item.contentEpisodeNumber) + ' ' + idioma + ' (' + server + ')'