HoverHell / RedditImageGrab

Downloads images from sub-reddits of reddit.com.
GNU General Public License v3.0
311 stars 78 forks source link

Concurrency #84

Open UltraPhil opened 6 years ago

UltraPhil commented 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!

Using a pool over the list of URLs could work: Multiprocessing reference in python 2.7