curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Troubles downloading Brave Browser

From: ToddAndMargo via curl-users <curl-users_at_lists.haxx.se>
Date: Mon, 31 Jan 2022 16:29:25 -0800

On 1/31/22 15:40, Hans Henrik Bergan via curl-users wrote:
> curl --location
> 'https://github.com/brave/brave-browser/releases/download/v1.35.98/BraveBrowserStandaloneSetup.exe
> <https://github.com/brave/brave-browser/releases/download/v1.35.98/BraveBrowserStandaloneSetup.exe>'

Hi Hans,

I was using "-L" but mine stil woudl not work. So
I line uyours up with my actaul code:

Mine:
$ curl --location
'https://github.com/brave/brave-browser/releases/tag/v1.35.98/BraveBrowserStandaloneSetup.exe'
-o eraseme.exe

Yours:
$ curl --location
'https://github.com/brave/brave-browser/releases/download/v1.35.98/BraveBrowserStandaloneSetup.exe'
-o eraseme.exe

Poop! One work wrong. I fixed my regex!

THANK YOU!

-T
-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2022-02-01