puf

Fetches multiple URLs in parallel with customizable concurrency

brewmacoslinux
Try with needOr install directly
Source

About

Parallel URL fetcher

Commands

puf

Examples

Fetch multiple URLs with default settings$ puf https://example.com https://example.org https://example.net
Fetch URLs from a file with 10 parallel workers$ puf -c 10 < urls.txt
Fetch URLs and save outputs to files$ puf -o output/ https://example.com https://example.org