Open gitut2007 opened 5 years ago
I quickly looked into this. Foobar's download link is dynamic, and Firefox can't handle those until we get downloads.onDeterminingFilename
.
See #70
<html>
<head>
<script type="text/javascript">window.location.href = "https://www.foobar2000.org/files/bfe55a5a00caaafe62c2aa8ac1875a43/foobar2000_v1.5.exe"</script>
</head>
</html>
Hi, previously Foobar downloaded with symlink refused to install in Win7 https://github.com/gyng/save-in/issues/111 [Firefox and other exes worked fine] , so now with a new version of Foobar [1.5 beta 10] i wanted to check, but now the real exe is not downloaded, but a 5k file [appears as 'exe' not 'html' which is what usually happens when small k fles download] , so i had to use the regular FFox 'Save in' which downloads the correct 5MB exe. Thx.