Quote:
Originally Posted by Coldblackice
Is there a way to have JD pause X seconds after every Y downloads? To download in batches with pauses in between? I suppose pausing after every download would also work, and perhaps would be easier to set up without complex scripting.
|
You can use Eventscripter for this on event trigger "Download Finished" and then just a little
sleep(1000);
see
https://board.jdownloader.org/showthread.php?t=70525
and ask mgpai for hint/help, he's our script master of the universe