feat(arr): decode fetched subtitles to UTF-8

This commit is contained in:
Miguel Palhas
2026-08-24 22:41:17 +01:00
parent 5d7d881ab9
commit 81dd606414
6 changed files with 149 additions and 1 deletions
+2
View File
@@ -48,8 +48,10 @@ quick-xml = { version = "0.37", features = ["serialize"] }
toml = "0.8"
# Odds and ends
chardetng = "1"
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
clap = { version = "4.5", features = ["derive", "env"] }
encoding_rs = "0.8"
thiserror = "2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }