Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow searching in the Location response header #1823

Open
guihkx opened this issue Oct 7, 2024 · 0 comments
Open

Allow searching in the Location response header #1823

guihkx opened this issue Oct 7, 2024 · 0 comments

Comments

@guihkx
Copy link

guihkx commented Oct 7, 2024

I know of at least 3 apps for Linux that use fixed URLs to point to the latest release:

Discord:

$ curl -sIo/dev/null --write-out '%{redirect_url}\n' 'https://discord.com/api/download?platform=linux&format=tar.gz'
https://stable.dl2.discordapp.net/apps/linux/0.0.70/discord-0.0.70.tar.gz

TeamViewer:

$ curl -sIo/dev/null --write-out '%{redirect_url}\n' https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.58.4_amd64.deb

Unified Remote:

$ curl -sIo/dev/null --write-out '%{redirect_url}\n' https://www.unifiedremote.com/download/linux-x64-deb
https://www.unifiedremote.com/static/builds/server/linux-x64/2505/urserver-3.13.0.2505.deb

So it'd be cool if anitya allowed us to search for version patterns in redirected URLs.

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

No branches or pull requests

1 participant