Matt Gathu

Results 14 issues of 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...

2.0

Documentation tests are not passing at the moment. Documentation need to be rewritten for doc tests to pass.

enhancement

# What Implement Generator Comprehensions # Why Support for lazy evaluation.

enhancement

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

support ftp downloads to be resumed

feature

Wget may return one of several error codes if it encounters problems. - [ ] 0 No problems occurred. - [ ] 1 Generic error code. - [ ] 2...

feature

Write comprehensive documentation

docs

support retrying the download when network errors occur

feature

At the moment **ftp** downloads are single threaded. It would be nice to have multithreaded (fast) downloads if the ftp server supports byte ranges.

feature