method to restart the connection, if you use free account, and the download starts downloading slow because it is downloading one file, whereas with free accounts, some hosts can also download more 'files at the same time. Jdownloader - settings - Event script startDownloads (); setting the timing in 40000, every 40 seconds, it automatically boots' download. instead using: if (getTotalSpeed () <160 * 1024) { // reconnect requestReconnect () stopDownloads () startDownloads () stopDownloads () startDownloads () } with a timing of 180000, namely 1 minute and 30 seconds, if the download speed will be 'less than 160kb / s, then automanticamente start the reconnection process, then stopping and restarting the download. In doing so, you can 'download from multiple hosts, even free, that allow more' than a per session files, greatly reducing download times. This is un'escamotage which usually is used when you do not have premium accounts for that particular host, but of course only for those hosts that also free, allowing more 'than a downloading files. |