RipMeApp / ripme

Downloads albums in bulk
MIT License
3.7k stars 629 forks source link

Auto stop IG rip after ## of files skipped? #382

Closed ghost closed 6 years ago

ghost commented 6 years ago

Another feature request, if you're able/willing:

After ripping an IG feed, I usually wait a couple days then re-rip it to grab new content. What I'd like is for the ripper stop automatically after it begins to hit files already downloaded in previous rips. Allowing the user to set the number of collisions before stopping would be preferred, but certainly isn't mandatory.

I hope that makes sense to someone other than just me.

Thanks for your time.

cyian-1756 commented 6 years ago

What I'd like is for the ripper stop automatically after it begins to hit files already downloaded in previous rips

This should be pretty easy to add.

I hope that makes sense to someone other than just me.

It does

cyian-1756 commented 6 years ago

As of 1.7.21 this is possible by setting the "history.end_rip_after_already_seen" option in rip.properties.

Example: Adding "history.end_rip_after_already_seen = 5" to your rip.properties will cause ripme to end the current rip after it hits 5 urls that are already downloaded

See here for all of ripmes config option