whisper icon indicating copy to clipboard operation
whisper copied to clipboard

Added `aria2` support

Open AlpinDale opened this issue 2 years ago • 0 comments

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.

AlpinDale avatar May 15 '23 13:05 AlpinDale