refactor!: move downloader to seperate crate

This commit is contained in:
ThetaDev 2022-12-01 00:25:47 +01:00
parent a741a61a30
commit e063c04821
8 changed files with 96 additions and 83 deletions

View file

@ -69,7 +69,7 @@ async fn download_single_video(
}
}
rustypipe::download::download_video(
rustypipe_downloader::download_video(
&player_data,
output_dir,
output_fname,