feat(downloader): download schedule from different source

This commit is contained in:
2026-09-04 22:54:18 +04:00
parent 3204c41fd5
commit 50a580b07c
15 changed files with 306 additions and 457 deletions
@@ -21,7 +21,9 @@ utoipa = { version = "5", features = ["macros", "chrono"] }
calamine = "0"
async-trait = "0"
reqwest = "0"
reqwest = { version = "0", features = ["json"] }
serde = { version = "1", features = ["derive"] }
percent-encoding = "2"
ua_generator = "0"
regex = "1"
strsim = "0"