mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 05:38:29 +03:00
Sniff filetype of downloaded media and add extension
Also download in chunks - fixes 2 x TODOs
This commit is contained in:
@@ -59,7 +59,8 @@ dependencies = [
|
||||
"retrying (>=0.0.0)",
|
||||
"tsp-client (>=0.0.0)",
|
||||
"certvalidator (>=0.0.0)",
|
||||
"toml (>=0.10.2,<0.11.0)"
|
||||
"toml (>=0.10.2,<0.11.0)",
|
||||
"filetype (>=1.2.0,<2.0.0)"
|
||||
]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user