Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Download link has changed #5

Open
kputyra opened this issue Oct 25, 2023 · 0 comments
Open

Download link has changed #5

kputyra opened this issue Oct 25, 2023 · 0 comments

Comments

@kputyra
Copy link

kputyra commented Oct 25, 2023

Hi @pazepaze

First - thanks for the script, it really helped me to implement automatic zoom updates for myself. However, it looks like with the recent version the zoom company changed the page a bit - there is no longer a span element with class 'linux-ver-text'. Here's what I found out, though: a request to https://zoom.us/client/latest/zoom_amd64.deb returns the HTTP code 302 with a header Location: https://.../prod/<version>/zoom_amd64.deb. Therefore, the correct course of actions to get the latest version number is the following:

  1. make a HEAD request to https://zoom.us/client/latest/zoom_amd64.deb
  2. parse the location header

At least it is no longer necessary to search through a website for the version number :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant