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
+2 -1
View File
@@ -18,7 +18,8 @@ list_language = IDIOMAS.values()
list_servers = ['verystream', 'openload', 'streamango', 'vidlox', 'youtube']
list_quality = ['default']
host = "https://www.tantifilm.cafe"
__channel__ = "tantifilm"
host = config.get_channel_url(__channel__)
headers = [['Referer', host]]