update all channel to retrive url by macro json
This commit is contained in:
@@ -11,7 +11,7 @@ from core.support import log
|
||||
from platformcode import logger, config
|
||||
|
||||
__channel__ = 'serietvu'
|
||||
host = config.get_setting("channel_host", __channel__)
|
||||
host = config.get_channel_url(__channel__)
|
||||
headers = [['Referer', host]]
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
|
||||
Reference in New Issue
Block a user