improve video downloader, format sorting

This commit is contained in:
ThetaDev 2022-08-08 22:03:49 +02:00
parent 45bd435d34
commit 0c30794cb7
4 changed files with 159 additions and 58 deletions

View file

@ -11,5 +11,5 @@ tokio = {version = "1.20.0", features = ["rt-multi-thread"]}
indicatif = "0.17.0"
futures = "0.3.21"
anyhow = "1.0"
env_logger = "0.9.0"
clap = { version = "3.2.16", features = ["derive"] }
rusty-tube = {path = "../"}