fix filename issue with downloader
This commit is contained in:
parent
150f074131
commit
45bd435d34
4 changed files with 34 additions and 16 deletions
|
|
@ -11,4 +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"
|
||||
rusty-tube = {path = "../"}
|
||||
|
|
|
|||
Reference in a new issue