ImageScraper icon indicating copy to clipboard operation
ImageScraper copied to clipboard

Needs PAUSE function

Open Nasdaq7 opened this issue 2 years ago • 1 comments

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

Nice work!

Nasdaq7 avatar Oct 23 '22 00:10 Nasdaq7

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"

Nasdaq7 avatar Oct 23 '22 22:10 Nasdaq7