Updating auth
This commit is contained in:
@@ -10,6 +10,12 @@ pub struct YtDlp {
|
||||
args: Vec<String>,
|
||||
}
|
||||
|
||||
impl Default for YtDlp {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl YtDlp {
|
||||
pub fn new() -> Self {
|
||||
let mut cmd = Command::new(YOUTUBE_DL_COMMAND);
|
||||
|
||||
Reference in New Issue
Block a user