make --url support a file with URLs
Daniel Stenberg via curl-users <[email protected]> Mon, 27 Jan 2025 13:54:55 +0100 (CET)
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
Hey, Over the years, people have requested an easier way to provide a list of URLs to curl and have it download them all. With my new PR [*], you can write "curl --url @file" and curl will download all the URLs in the provided file as if -O was used for each one of them. It can also get the list from stdin if you do "--url @-" in style with how other curl options work. If you add -Z, it will do them in parallel. Thoughts? What did I forget? [*] = https://github.com/curl/curl/pull/16099 -- / daniel.haxx.se || https://rock-solid.curl.dev -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.html