Add option to select seasons when season number is duplicated (#199)

This commit is contained in:
bytedream 2023-06-23 17:19:16 +02:00
parent d75c04fbb6
commit fc44b8af8a
10 changed files with 227 additions and 52 deletions

View file

@ -11,6 +11,7 @@ clap = { version = "4.3", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = { version = "0.3.6", features = ["dash-stream"] }
ctrlc = "3.4"
dialoguer = { version = "0.10", default-features = false }
dirs = "5.0"
derive_setters = "0.1"
fs2 = "0.4"
@ -26,7 +27,6 @@ serde_json = "1.0"
serde_plain = "1.0"
shlex = "1.1"
tempfile = "3.6"
terminal_size = "0.2"
tokio = { version = "1.28", features = ["macros", "rt-multi-thread", "time"] }
sys-locale = "0.3"