MejorTorrent: reactivación por cambio de Dominio
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user