Cadair / parfive

An asyncio based parallel file downloader for Python 3.7+

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed or interrupted downloads leave incomplete files on disk

dstansby opened this issue · comments

Downloads that fail or downloads that are interrupted by the user are left as half-downloaded files. This is inconvenient, as it means one has to go through and manually delete any half-downloaded files before running a download again, as parfive will see the filename and think that a file has been downloaded.

It would be good if files could be removed if they are not completely downloaded when a download is interrupted or fails.

Fixed in #76