Skip to content

Commit ac5af93

Browse files
committed
update usher base url
1 parent 6274f70 commit ac5af93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/lib/twitch/queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
_kraken_baseurl = 'https://api.twitch.tv/kraken/'
1111
_hidden_baseurl = 'https://api.twitch.tv/api/'
12-
_usher_baseurl = 'http://usher.twitch.tv/'
12+
_usher_baseurl = 'https://usher.ttvnw.net/'
1313

1414
_v2_headers = {'ACCEPT': 'application/vnd.twitchtv.v2+json'}
1515
_v3_headers = {'ACCEPT': 'application/vnd.twitchtv.v3+json'}

0 commit comments

Comments
 (0)