Open bxsx opened 2 years ago
good idea! I will try to integrate this in my fork...
@pe-st any plans to merge it? I can update the branch and resolve conflicts..
Hello @bxsx , sorry, I ignored this PR. I'll integrate it if you can update it, thanks already!
Summary
This PR adds a new option
--exitondup
(shortcut:-x
) which stops further downloads of activities when a duplicate occurs.Motivation
This feature saves bandwidth and processing time in case the user only wants to download the latest activities to the directory where the older activities are located.
Old behavior / without
--exitondup
With
--exitondup
Notes
This feature does not check if older activities are missing. Once a single file already exists it finishes the job. That's it.