RedditImageGrab
RedditImageGrab copied to clipboard
Concurrency
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