MejorTorrent: reactivación por cambio de Dominio
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"id": "mejortorrent",
|
"id": "mejortorrent",
|
||||||
"name": "Mejor Torrent",
|
"name": "MejorTorrent",
|
||||||
"active": true,
|
"active": true,
|
||||||
"adult": false,
|
"adult": false,
|
||||||
"language": ["*"],
|
"language": ["*"],
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"id": "domain_name",
|
"id": "domain_name",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "URL actual de la Web Mejor Torrent",
|
"label": "URL actual de la Web Mejor Torrent",
|
||||||
"default": "http://www.mejortorrent.com/",
|
"default": "http://www.mejortorrent.org/",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"visible": true
|
"visible": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ from platformcode import config, logger
|
|||||||
from core import tmdb
|
from core import tmdb
|
||||||
from lib import generictools
|
from lib import generictools
|
||||||
|
|
||||||
host = 'http://www.mejortorrent.com/'
|
host = 'http://www.mejortorrent.org/'
|
||||||
#host = config.get_setting('domain_name', 'mejortorrent')
|
#host = config.get_setting('domain_name', 'mejortorrent')
|
||||||
|
|
||||||
__modo_grafico__ = config.get_setting('modo_grafico', 'mejortorrent')
|
__modo_grafico__ = config.get_setting('modo_grafico', 'mejortorrent')
|
||||||
|
|||||||
Reference in New Issue
Block a user