diff options
Diffstat (limited to 'youtube_dl/extractor')
| -rw-r--r-- | youtube_dl/extractor/twitch.py | 2 | 
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' | 
