fix throttling: deobf nsig param for all urls
This commit is contained in:
parent
a3f6dc3e93
commit
150f074131
7 changed files with 205 additions and 100 deletions
|
|
@ -22,7 +22,7 @@ async fn download_video(
|
|||
pb.set_message("Fetching player data");
|
||||
|
||||
let player_data = rt
|
||||
.get_player(video_id.as_str(), ClientType::Android)
|
||||
.get_player(video_id.as_str(), ClientType::Desktop)
|
||||
.await?;
|
||||
|
||||
rusty_tube::download::download_video(
|
||||
|
|
|
|||
Reference in a new issue