mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user