Im using the program from: here
to download many urls at once. It works fine, but the order of the urls in the queue that is received is not the same as their order in the urls list, and its also not constant (changes from run to run).
What can I do to either make their order constant or to know which url belongs to which index in the queue that is received.
Thanks.