KichangKim / DanbooruDownloader

Danbooru image downloader.
MIT License
145 stars 25 forks source link

Feature: Download images in parallel. #5

Open igorcmoura opened 4 years ago

igorcmoura commented 4 years ago

Danbooru doesn't limit reads so images can be downloaded in parallel. It improves significantly the time to download the entire dataset.

Even though there is no limit, I added a throttling option just in case. You can specify the number of images to be downloaded simultaneously with the --parallel-downloads option.