A parallel file downloader using asyncio. parfive can handle downloading multiple files in parallel as well as downloading each file in a number of chunks.
A parallel file downloader using asyncio. parfive can handle downloading multiple files in parallel as well as downloading each file in a number of chunks.
To install py310-parfive, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-parfive
To see what files were installed by py310-parfive, run:
port contents py310-parfive
To later upgrade py310-parfive, run:
sudo port selfupdate && sudo port upgrade py310-parfive
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.