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: how do I get this rev?

From: Dan Fandrich via curl-users <curl-users_at_lists.haxx.se>
Date: Sat, 4 Nov 2023 21:10:17 -0700

On Sat, Nov 04, 2023 at 08:57:16PM -0700, ToddAndMargo via curl-users wrote:
> I am trying to extract the current revision of
> Zoom from their download page:
> https://zoom.us/download
>
> This is what I see on Firefox.
> https://imgur.com/aK1lvUv.png
>
> curl -L -v --user-agent "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:85.0)
> Gecko/20100101 Firefox/85.0" 'https://zoom.com/download' -o eraseme3.html
>
> downloads some kind of program (java script?).

Your best bet is probably to open the developer tools in your browser and find
the request that performs the actual download. That will show you the URL you
need that might work as-is, or the "copy as curl" feature will give you any
other headers that might also be necessary.

Dan
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2023-11-05