Use https for twitchemotes.com api
This commit is contained in:
parent
14061f2c1e
commit
b18a22e83d
|
@ -349,30 +349,30 @@ BetterDiscord.prototype.ipcAsyncMessage = function(event, arg) {
|
|||
'load-emoteData-twitchGlobal': {
|
||||
'type': 'emotedata',
|
||||
'resource': 'Twitch Global Emotedata',
|
||||
'domain': 'http://twitchemotes.com',
|
||||
'url': 'http://twitchemotes.com/api_cache/v2/global.json',
|
||||
'domain': 'https://twitchemotes.com',
|
||||
'url': '/api_cache/v2/global.json',
|
||||
'localurl': null,
|
||||
'message': 'load-emoteData-twitchSub',
|
||||
'cacheable': true,
|
||||
'variable': 'emotesTwitch',
|
||||
'localpath': _dataPath + "/emotes_twitch_global.json",
|
||||
'encoding': "utf8",
|
||||
'https': false,
|
||||
'https': true,
|
||||
'parse': true,
|
||||
'specialparser': 0
|
||||
},
|
||||
'load-emoteData-twitchSub': {
|
||||
'type': 'emotedata',
|
||||
'resource': 'Twitch Subscriber Emotedata',
|
||||
'domain': 'http://twitchemotes.com',
|
||||
'url': 'http://twitchemotes.com/api_cache/v2/subscriber.json',
|
||||
'domain': 'https://twitchemotes.com',
|
||||
'url': '/api_cache/v2/subscriber.json',
|
||||
'localurl': null,
|
||||
'message': 'load-emoteData-ffz',
|
||||
'cacheable': true,
|
||||
'variable': 'subEmotesTwitch',
|
||||
'localpath': _dataPath + "/emotes_twitch_subscriber.json",
|
||||
'encoding': "utf8",
|
||||
'https': false,
|
||||
'https': true,
|
||||
'parse': true,
|
||||
'specialparser': 1
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue