Cadair / parfive

An asyncio based parallel file downloader for Python 3.8+

Home Page:https://parfive.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for in memory file download.

jackton1 opened this issue · comments

Instead of implementing this in the core, we should have a callback mechanism which will return the status as well as the chunk downloaded. Maybe I should revive #17, it implements exactly this.