Re: how do I get this rev?
Dan Fandrich via curl-users <[email protected]>
| Newsgroups | gmane.comp.web.curl.general |
|---|---|
| Message-ID | <[email protected]> |
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