DarwinAwardWinner / rganalysis

A script for adding replaygain tags to music files
31 stars 4 forks source link

master.zip moved? #12

Open spoo333 opened 2 years ago

spoo333 commented 2 years ago

Hello, When I try to download to install the script via "pip3 install https://github.com/DarwinAwardWinner/rganalysis/archive/master.zip@, I get the following error messages:

ERROR: HTTP error 404 while getting https://github.com/DarwinAwardWinner/rganalysis/archive/master.zip ERROR: Could not install requirement https://github.com/DarwinAwardWinner/rganalysis/archive/master.zip because of error 404 Client Error: Not Found for url: https://codeload.github.com/DarwinAwardWinner/rganalysis/zip/master ERROR: Could not install requirement https://github.com/DarwinAwardWinner/rganalysis/archive/master.zip because of HTTP error 404 Client Error: Not Found for url: https://codeload.github.com/DarwinAwardWinner/rganalysis/zip/master for URL https://github.com/DarwinAwardWinner/rganalysis/archive/master.zip

Thanks, David

DarwinAwardWinner commented 2 years ago

It looks like Github changed how they construct URLs for zip archives. I'll edit the README when I have the chance, but in the meantime, you can click on the green Code button and then right click on "Download ZIP" and copy the URL.

spoo333 commented 2 years ago

Thank you, that worked!

DarwinAwardWinner commented 2 years ago

I'm going to keep this issue open to remind me to fix the README.