Chore: Bump rand->0.9, tokio-tungstenite->0.26
This commit is contained in:
@@ -140,7 +140,7 @@ impl<'a> YoutubeDl<'a> {
|
||||
"--no-playlist",
|
||||
];
|
||||
|
||||
let mut output = Command::new(self.program)
|
||||
let output = Command::new(self.program)
|
||||
.args(self.user_args.clone())
|
||||
.args(ytdl_args)
|
||||
.output()
|
||||
|
||||
Reference in New Issue
Block a user