mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-07 22:37:40 +02:00
chan: 5000 ms delay
This commit is contained in:
@@ -287,7 +287,7 @@ public class ChanRipper extends AbstractHTMLRipper {
|
|||||||
@Override
|
@Override
|
||||||
public void downloadURL(URL url, int index) {
|
public void downloadURL(URL url, int index) {
|
||||||
if (isVideo(url)) {
|
if (isVideo(url)) {
|
||||||
sleep(1000);
|
sleep(5000);
|
||||||
}
|
}
|
||||||
addURLToDownload(url, getPrefix(index));
|
addURLToDownload(url, getPrefix(index));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user