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')