1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-06 13:56:34 +02:00

chan: 5000 ms delay

This commit is contained in:
MetaPrime
2025-02-09 17:53:21 -08:00
parent ff928ae82a
commit fb044cc61f

View File

@@ -287,7 +287,7 @@ public class ChanRipper extends AbstractHTMLRipper {
@Override
public void downloadURL(URL url, int index) {
if (isVideo(url)) {
sleep(1000);
sleep(5000);
}
addURLToDownload(url, getPrefix(index));
}