Skip to content

Commit

Permalink
Update get playlists endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adsa95 authored and ihabunek committed Apr 18, 2023
1 parent 7f6e792 commit 6f461d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchdl/twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 6f461d8

Please sign in to comment.