Matt Gathu
Matt Gathu
It would nice to be able to resume partial downloads by specifying the bytes offset from which to read from. [Python's ftplib](https://docs.python.org/3/library/ftplib.html) supports this and can be a good reference...
It would be great to provide a mechanism to terminate all pending tasks and wait for the current one to complete. Essentially complete the current executing jobs (_since I'm not...
Documentation tests are not passing at the moment. Documentation need to be rewritten for doc tests to pass.
# What Implement Generator Comprehensions # Why Support for lazy evaluation.
currently duma hangs on small documents such as [this](https://www.impots.gouv.fr/portail/files/formulaires/2042/2019/2042_2680.pdf) When the `-s` flag is used, it works fine. Make single thread downloading the default for small documents
Wget may return one of several error codes if it encounters problems. - [ ] 0 No problems occurred. - [ ] 1 Generic error code. - [ ] 2...
support retrying the download when network errors occur
At the moment **ftp** downloads are single threaded. It would be nice to have multithreaded (fast) downloads if the ftp server supports byte ranges.