RipMeApp / ripme

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

Trying to download a large collection from Luscious #1626

Open A-Sparowe opened 4 years ago

A-Sparowe commented 4 years ago

The kentaicollection I was trying to download stops at around 3k and it's total size is rather large at around 14k. I have enough space on my drive for it.

aeruower commented 4 years ago

You might solve this by increasing the maximum size of downloaded files per album. The default is set to 104857600 bytes (100 MB). RipMe config: %APPDATA%\..\Local\ripme\rip.properties # Maximum size of downloaded files in bytes (required) download.max_size = 104857600

A-Sparowe commented 4 years ago

Thanks so much for getting back to me about this! I've just been dealing with that limit up until now lol! I'll give it a try once I have some free time. I'll leave this case open until then. I just want to make sure I don't have any other questions pop up until then! Thanks again!