internetarchive
internetarchive copied to clipboard
resume downloads automatically
First pass at making downloads resume automatically.
TODO:
- [ ] Fix tests... should
resumebe automatic? If so, should we worry about the use case where a file might have changed remotely in between download attempts (in this case, with this patch currently,iawould concatenate the contents of the new remote file to the partially downloaded local file, creating a corrupt file). - [x] Automatically resume on retry (i.e. via http adapter, not retries between separate processes).