mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Update get playlists endpoint URL
This commit is contained in:
parent
7f6e792eae
commit
6f461d889c
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user