ExifTool Forum

ExifTool => Developers => Topic started by: obetz on February 16, 2020, 11:26:51 AM

Title: Different download links in index.html
Post by: obetz on February 16, 2020, 11:26:51 AM
Hi Phil,

index.html differs between the versions downloaded from:
https://github.com/exiftool/exiftool/archive/xx.yy.zip and
https://exiftool.org/Image-ExifTool-yy.yy.tar.gz

The html from github contains download links pointing to sourceforge (don't know whether this is by intention), and the MacOS has a wrong link to 9.70.


<a href="http://sourceforge.net/projects/exiftool/files/ExifTool-9.70.dmg/download">
         ExifTool-11.85.dmg</a> (2.9 MB)</b></td></tr></table></blockquote>


Oliver
Title: Re: Different download links in index.html
Post by: Phil Harvey on February 16, 2020, 01:01:29 PM
Thanks.  I'll look into this.

- Phil
Title: Re: Different download links in index.html
Post by: Phil Harvey on February 18, 2020, 08:59:10 AM
The link error was a bug in my script.  I have a script to translate the URL's for the SourceForge version of the ExifTool home page.  The github files are the same as the SourceForge versions.

I'll fix this with the next release.

Thanks for pointing this out.

- Phil