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
+1 -1
View File
@@ -23,7 +23,7 @@ checklinks = config.get_setting('checklinks', 'cinemalibero')
checklinks_number = config.get_setting('checklinks_number', 'cinemalibero')
__channel__ = "cinemalibero"
host = config.get_addon_version(__channel__)
host = config.get_channel_url(__channel__)
headers = [['Referer', host]]