mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-16 20:28:15 +01:00
CoomerPartyRipper.java - can be a slow site for large downloads anyway; rate limit ourselves to avoid getting rate-limited
This commit is contained in:
parent
d736938140
commit
0fa61c0b65
@ -133,6 +133,7 @@ public class CoomerPartyRipper extends AbstractJSONRipper {
|
||||
|
||||
@Override
|
||||
protected void downloadURL(URL url, int index) {
|
||||
sleep(5000);
|
||||
addURLToDownload(url, getPrefix(index));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user