refactor!: move downloader to seperate crate
This commit is contained in:
parent
a741a61a30
commit
e063c04821
8 changed files with 96 additions and 83 deletions
|
|
@ -69,7 +69,7 @@ async fn download_single_video(
|
|||
}
|
||||
}
|
||||
|
||||
rustypipe::download::download_video(
|
||||
rustypipe_downloader::download_video(
|
||||
&player_data,
|
||||
output_dir,
|
||||
output_fname,
|
||||
|
|
|
|||
Reference in a new issue