file leech plugin code to allow concurrent downloading

chienb

New Member
YetiShare User
Jun 3, 2016
15
0
0
the current script can only start another leech after the previous leech has been completed. does anyone know how to edit the code so that it allows leeching multiple files simultaneously?

the owner of the plugin suggested putting processes in background via shell:

Code:
$ plowdown -q http://....  &
$ plowdown -q http://....  &
or use screen or tmux. my programming skills are limited and was wondering if anyone can help with this?