This commit is contained in:
Zsolt Ero
2024-01-10 21:14:23 +01:00
parent 1b7dde229a
commit 8f6e45dc61
4 changed files with 39 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ def get_remote_file_size(url: str) -> int | None:
def download_file_aria2(url: str, local_file: Path):
print(f' downloading: {url} into {local_file}')
print(f' downloading {url} into {local_file}')
local_file.unlink(missing_ok=True)
subprocess.run(