utils/downloads.py: Support axel and curl, and download resumption

Downloading resumption is done by downloading files with ".partial"
extensions, then renaming them after they're done.

The urllib downloader should probably be replaced with requests, but the
CLI downloaders are better anyway. Also, support for aria2 and wget is
missing.

Fixes #996
This commit is contained in:
Eloston
2020-06-15 05:15:35 +00:00
parent a1645497bf
commit 0dc89fea82
2 changed files with 70 additions and 31 deletions

View File

@@ -2,4 +2,4 @@
FROM python:3.6-slim
RUN apt update && apt install -y xz-utils patch
RUN apt update && apt install -y xz-utils patch axel