refactor: regroup now_kiss and get_dl_video_stream functions

This commit is contained in:
VC
2023-10-17 13:55:03 +02:00
parent 1db91ec3dc
commit eb398a880a
4 changed files with 20 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "tootube"
authors = ["VC <veretcle+framagit@mateu.be>"]
version = "0.5.0"
version = "0.5.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -14,7 +14,6 @@ serde = { version = "^1", features = ["derive"] }
toml = "^0.5"
log = "^0.4"
env_logger = "^0.10"
bytes = "^1.5"
indicatif = "^0.17"
async-stream = "^0.3"
futures-util = "^0.3"