diff --git a/twitchdl/twitch.py b/twitchdl/twitch.py index ff7b6e3..d175607 100644 --- a/twitchdl/twitch.py +++ b/twitchdl/twitch.py @@ -335,7 +335,7 @@ def get_playlists(video_id, access_token): """ For a given video return a playlist which contains possible video qualities. """ - url = "http://usher.twitch.tv/vod/{}".format(video_id) + url = "http://usher.ttvnw.net/vod/{}".format(video_id) response = httpx.get(url, params={ "nauth": access_token['value'],