whisper
whisper copied to clipboard
Added `aria2` support
The current urllib.request.urlopen() implementation doesn't seem to support a resume functionality. This PR checks whether the host system has aria2 installed, and will start the download using aria2. Otherwise, it'll default to standard python downloader.
I've added aria2c as the default because it's objectively better than urllib.request.urlopen() in every way.