mirror of
https://github.com/OMGeeky/twitch_data.git
synced 2026-01-06 11:19:33 +01:00
some more logs
This commit is contained in:
@@ -348,10 +348,11 @@ impl<'a> TwitchClient<'a> {
|
||||
);
|
||||
|
||||
let (token, signature) = self.get_video_token_and_signature(&video_id).await?;
|
||||
debug!("Got token and signature: {}, {}", token, signature);
|
||||
let playlist = self
|
||||
.get_video_playlist(&video_id, &token, &signature)
|
||||
.await?;
|
||||
|
||||
debug!("Got playlist: {}", playlist);
|
||||
let mut qualties = HashMap::new();
|
||||
|
||||
let mut highest_quality = String::new();
|
||||
|
||||
Reference in New Issue
Block a user