From 6be525ddab15476d2731edf22aec2bf2c131adee Mon Sep 17 00:00:00 2001 From: Kingbox <37674310+lopezvg@users.noreply.github.com> Date: Thu, 27 Sep 2018 13:18:14 +0200 Subject: [PATCH] =?UTF-8?q?MejorTorrent:=20reactivaci=C3=B3n=20por=20cambi?= =?UTF-8?q?o=20de=20Dominio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/mejortorrent.json | 4 ++-- plugin.video.alfa/channels/mejortorrent.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.video.alfa/channels/mejortorrent.json b/plugin.video.alfa/channels/mejortorrent.json index aab7f041..edab0e2e 100755 --- a/plugin.video.alfa/channels/mejortorrent.json +++ b/plugin.video.alfa/channels/mejortorrent.json @@ -1,6 +1,6 @@ { "id": "mejortorrent", - "name": "Mejor Torrent", + "name": "MejorTorrent", "active": true, "adult": false, "language": ["*"], @@ -17,7 +17,7 @@ "id": "domain_name", "type": "text", "label": "URL actual de la Web Mejor Torrent", - "default": "http://www.mejortorrent.com/", + "default": "http://www.mejortorrent.org/", "enabled": true, "visible": true }, diff --git a/plugin.video.alfa/channels/mejortorrent.py b/plugin.video.alfa/channels/mejortorrent.py index 3f2f8909..3dd16d79 100755 --- a/plugin.video.alfa/channels/mejortorrent.py +++ b/plugin.video.alfa/channels/mejortorrent.py @@ -14,7 +14,7 @@ from platformcode import config, logger from core import tmdb from lib import generictools -host = 'http://www.mejortorrent.com/' +host = 'http://www.mejortorrent.org/' #host = config.get_setting('domain_name', 'mejortorrent') __modo_grafico__ = config.get_setting('modo_grafico', 'mejortorrent')