get_channel_url migliorato

This commit is contained in:
marco
2019-12-26 15:04:38 +01:00
parent aea46a7b42
commit 6a226785d2
40 changed files with 103 additions and 129 deletions

View File

@@ -5,8 +5,7 @@
from core import support
__channel__ = "mondoserietv"
host = support.config.get_channel_url(__channel__)
host = support.config.get_channel_url()
IDIOMAS = {'Italiano': 'IT'}
list_language = IDIOMAS.values()