mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Fix cms rate limiting error for episodes and movies (#180)
This commit is contained in:
parent
c4c15f9b11
commit
bfc50653b1
4 changed files with 25 additions and 10 deletions
|
|
@ -9,7 +9,7 @@ anyhow = "1.0"
|
|||
async-trait = "0.1"
|
||||
clap = { version = "4.2", features = ["derive", "string"] }
|
||||
chrono = "0.4"
|
||||
crunchyroll-rs = { version = "0.3.3", features = ["dash-stream"] }
|
||||
crunchyroll-rs = { version = "0.3.4", features = ["dash-stream"] }
|
||||
ctrlc = "3.2"
|
||||
dirs = "5.0"
|
||||
derive_setters = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue