We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6274f70 commit ac5af93Copy full SHA for ac5af93
1 file changed
resources/lib/twitch/queries.py
@@ -9,7 +9,7 @@
9
10
_kraken_baseurl = 'https://api.twitch.tv/kraken/'
11
_hidden_baseurl = 'https://api.twitch.tv/api/'
12
-_usher_baseurl = 'http://usher.twitch.tv/'
+_usher_baseurl = 'https://usher.ttvnw.net/'
13
14
_v2_headers = {'ACCEPT': 'application/vnd.twitchtv.v2+json'}
15
_v3_headers = {'ACCEPT': 'application/vnd.twitchtv.v3+json'}
0 commit comments