aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-07-01 23:16:43 +0700
committerSergey M․ <dstftw@gmail.com>2016-07-01 23:16:43 +0700
commit9f4576a7ebbc4af4971796325f0799f894daaa1c (patch)
treef2ffa6b324e215917ffa3318ccf0114eb437f168 /youtube_dl
parentf11315e8d4239611c42d8fe438c7ded58293d54d (diff)
downloadyoutube-dl-9f4576a7ebbc4af4971796325f0799f894daaa1c.tar.xz
[twitch] Update usher URL (Closes #9975)
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/twitch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py
index 20919774d..67b1277cc 100644
--- a/youtube_dl/extractor/twitch.py
+++ b/youtube_dl/extractor/twitch.py
@@ -29,7 +29,7 @@ class TwitchBaseIE(InfoExtractor):
_VALID_URL_BASE = r'https?://(?:www\.)?twitch\.tv'
_API_BASE = 'https://api.twitch.tv'
- _USHER_BASE = 'http://usher.twitch.tv'
+ _USHER_BASE = 'https://usher.ttvnw.net'
_LOGIN_URL = 'http://www.twitch.tv/login'
_NETRC_MACHINE = 'twitch'