From e784bdc8bee813687cc81464ed885bfe88d5a2f4 Mon Sep 17 00:00:00 2001 From: alfa-addon Date: Sun, 20 Aug 2017 20:14:52 -0400 Subject: [PATCH] v1.7.0 --- plugin.video.alfa/addon.xml | 13 +++++-------- plugin.video.alfa/core/filetools.py | 2 +- plugin.video.alfa/core/versiontools.py | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/plugin.video.alfa/addon.xml b/plugin.video.alfa/addon.xml index 05b5c1fe..2a4efa22 100755 --- a/plugin.video.alfa/addon.xml +++ b/plugin.video.alfa/addon.xml @@ -1,5 +1,5 @@  - + @@ -19,14 +19,11 @@ [B]Estos son los cambios para esta versión:[/B] [COLOR green][B]Arreglos[/B][/COLOR] - [I]- hentaiid - - hentaienespañol - - x18hentai - - mp4upload - - animeflv - - openload + [I]- arreglo sección adultos + [I]- flashx - fixes internos[/I] - [COLOR green]Gracias a [COLOR yellow]jvc99[/COLOR] y [COLOR yellow]msdos[/COLOR] por su colaboración en esta versión[/COLOR] + + [COLOR green]Gracias a [COLOR yellow][B]msdos[/B][/COLOR] por su colaboración en esta versión[/COLOR] Navega con Kodi por páginas web para ver sus videos de manera fácil. Browse web pages using Kodi diff --git a/plugin.video.alfa/core/filetools.py b/plugin.video.alfa/core/filetools.py index 5d379ef2..346307e5 100755 --- a/plugin.video.alfa/core/filetools.py +++ b/plugin.video.alfa/core/filetools.py @@ -447,7 +447,7 @@ def mkdir(path): logger.error("ERROR al crear el directorio: %s" % path) logger.error(traceback.format_exc()) # platformtools.dialog_notification("Error al crear el directorio", path) - platformtools.dialog_ok("Alfa", "IMPORTANTE - Instale y Ejecute el script 'Alfa - fix settings', que se encuentra en el repositorio de Alfa y " + platformtools.dialog_ok("Alfa", "[COLOR red][B]IMPORTANTE[/B][/COLOR] - Instale y Ejecute el script 'Fix version 1.7.0', que se encuentra en el repositorio de Alfa y " "vuelva a entrar en el addon, [B]si no lo hace tendrá problemas[/B]") return False else: diff --git a/plugin.video.alfa/core/versiontools.py b/plugin.video.alfa/core/versiontools.py index b1390200..0846b841 100755 --- a/plugin.video.alfa/core/versiontools.py +++ b/plugin.video.alfa/core/versiontools.py @@ -14,7 +14,7 @@ def get_current_plugin_version(): def get_current_plugin_version_tag(): - return "1.5.7" + return "1.7.0" def get_current_plugin_date():