Different download links in index.html

Started by obetz, February 16, 2020, 11:26:51 AM

Previous topic - Next topic

obetz

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

Phil Harvey

...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Phil Harvey

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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).