mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 05:47:29 +02: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:
@@ -133,6 +133,7 @@ public class CoomerPartyRipper extends AbstractJSONRipper {
|
||||
|
||||
@Override
|
||||
protected void downloadURL(URL url, int index) {
|
||||
sleep(5000);
|
||||
addURLToDownload(url, getPrefix(index));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user