update all channel to retrive url by macro json

This commit is contained in:
cttynul
2019-06-06 18:01:24 +02:00
parent aeffad02a9
commit cb39735535
39 changed files with 76 additions and 61 deletions

View File

@@ -13,7 +13,7 @@ from platformcode import logger, config
from specials import autoplay
__channel__ = "casacinema"
host = config.get_addon_version(__channel__)
host = config.get_channel_url(__channel__)
IDIOMAS = {'Italiano': 'IT'}
list_language = IDIOMAS.values()
list_servers = ['verystream', 'openload', 'wstream', 'speedvideo']