Sniff filetype of downloaded media and add extension

Also download in chunks - fixes 2 x TODOs
This commit is contained in:
Patrick Robertson
2025-01-15 17:02:19 +01:00
parent eebd040e13
commit c3dd19f309
3 changed files with 41 additions and 11 deletions

View File

@@ -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]