mirror of
https://github.com/OMGeeky/twitch_data.git
synced 2026-01-03 01:46:16 +01:00
update video download url
This commit is contained in:
@@ -324,7 +324,7 @@ impl<'a> TwitchClient<'a> {
|
||||
let signature = signature.into();
|
||||
|
||||
let playlist_url = format!(
|
||||
"http://usher.twitch.tv/vod/{}?nauth={}&nauthsig={}&allow_source=true&player=twitchweb",
|
||||
"http://usher.ttvnw.net/vod/{}?nauth={}&nauthsig={}&allow_source=true&player=twitchweb",
|
||||
video_id, token, signature
|
||||
);
|
||||
let playlist = check_backoff_twitch_get(playlist_url).await?.text().await?;
|
||||
|
||||
Reference in New Issue
Block a user