feat(cli): add getting youtube data

This commit is contained in:
ThetaDev 2023-03-10 19:05:32 +01:00
parent 630ea5960f
commit aaa24bcc50
2 changed files with 315 additions and 73 deletions

View file

@ -17,3 +17,6 @@ futures = "0.3.21"
anyhow = "1.0"
clap = { version = "4.0.29", features = ["derive"] }
env_logger = "0.10.0"
serde = "1.0"
serde_json = "1.0.82"
serde_yaml = "0.9.19"