Conversation
MalinAhlberg
left a comment
There was a problem hiding this comment.
All looks well to me, and works fine when tested.
I get a bit confused by the name continue, however. It sounds like that without this flag, the program would stop when trying to download files that already exists. Maybe we could make this clearer in the docs? (sorry for not realizing and raising this earlier)
I can see why it may seem confusing and I agree that this is not ideal. I wanted to avoid using |
Related issue(s) and PR(s)
This PR closes #405.
Description
If the flag
-continueis given todownloadthen any existing file with the same name and file path will be skipped during download.How to test
See that the added integration tests pass.