mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 08:05:31 +02:00
tmp: calc download size & print progress
This commit is contained in:
parent
ccc8223db0
commit
3dd7c7d57a
4 changed files with 55 additions and 16 deletions
|
@ -13,5 +13,5 @@ clap = { version = "4.2", features = [ "derive" ] }
|
|||
simplelog = "0.12"
|
||||
log = "0.4"
|
||||
url = "2.3"
|
||||
reqwest = { version = "0.11", features = ["json", "native-tls", "gzip", "brotli"] }
|
||||
reqwest = { version = "0.11", features = ["json", "native-tls", "gzip", "brotli", "stream"] }
|
||||
tokio = { version = "1.27", features = ["macros", "fs", "io-util", "rt-multi-thread" ] }
|
Loading…
Add table
Add a link
Reference in a new issue