wget-image-scraper icon indicating copy to clipboard operation
wget-image-scraper copied to clipboard

[feature] parallel

Open andrewmclagan opened this issue 8 years ago • 0 comments

Possible to mod this so it runs each download in parallel?

for example this works...

cat sites.txt | xargs -n 1 -P 24 wget -q -P ./downloads

andrewmclagan avatar Sep 07 '16 05:09 andrewmclagan