Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multithreaded manifest-based downloader
- Support for multiple connections via 'concurrent_connections' config - Replaced FailedChunkCollector and old resume system in downloadCutout.py with manifest-based resume system - Added __hash__ and __eq__ to downloadCutout Rects so they can be dictionary keys - Pulled downloader functions into a class so class constants could be namespaced
- Loading branch information