sananth12 / ImageScraper

:scissors: High performance, multi-threaded image scraper
GNU General Public License v3.0
763 stars 101 forks source link

Needs PAUSE function #122

Open Nasdaq7 opened 2 years ago

Nasdaq7 commented 2 years ago

It can overload servers if you want to download hundreds of files one after the other....

Nice work!

Nasdaq7 commented 2 years ago

I'm using a work around:

image-scraper https://url powershell -command "Start-Sleep -s 11" image-scraper http://url2 powershell -command "Start-Sleep -s 11"