Skip to content

Commit 7a8cb19

Browse files
committed
use https
1 parent 599614c commit 7a8cb19

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
@@ -8,7 +8,7 @@
88
from twitch.scraper import download, get_json
99

1010
_kraken_baseurl = 'https://api.twitch.tv/kraken/'
11-
_hidden_baseurl = 'http://api.twitch.tv/api/'
11+
_hidden_baseurl = 'https://api.twitch.tv/api/'
1212
_usher_baseurl = 'http://usher.twitch.tv/'
1313

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

0 commit comments

Comments
 (0)