Open UltraPhil opened 6 years ago
Hi,
Thanks for releasing your script. I love it!
One suggestion: maybe add a --threads option that could control the number of downloading threads. Could save a lot of time!
--threads
Using a pool over the list of URLs could work: Multiprocessing reference in python 2.7
Hi,
Thanks for releasing your script. I love it!
One suggestion: maybe add a
--threads
option that could control the number of downloading threads. Could save a lot of time!Using a pool over the list of URLs could work: Multiprocessing reference in python 2.7