Original issue: RipMeApp#2010
Problem:
Currently, the ripper continues downloading even after encountering already downloaded files. Users should have the option to stop the download when the first already-downloaded file is encountered.
Requirements:
- Add a new configuration option for this behavior
- Implement the stop logic in AbstractRipper
- Add appropriate user feedback
- Include tests
- Update documentation
Difficulty: Beginner-friendly
Type: Enhancement