When using some trick to download various URLs with braces {}, there is a bug in cURL because or you can save using the URL part in braces as names or choose only one name. The problem is if if the names in braces are complex.
I would like to suggest the ability to configure the name inside the braces. Today we have this grammar:
{partURL1,partURL2,partURL3}
and I suggest use this (can the cURL use the : as separator?)
This isn't a bug, this is an idea on how to improve curl in the future. It belongs in the TODO file, and I've now added it there in commit 1ba6e4c. Closing this issue.
When using some trick to download various URLs with braces {}, there is a bug in cURL because or you can save using the URL part in braces as names or choose only one name. The problem is if if the names in braces are complex.
I would like to suggest the ability to configure the name inside the braces. Today we have this grammar:
and I suggest use this (can the cURL use the : as separator?)
So the command
will produce:
http://www.google.com/various and save in name_first.html
http://www.google.com/complex and save in name_complex.html (I don't send the name, use the part URL as default)
http://www.google.com/names and save in name_third.html
The text was updated successfully, but these errors were encountered: