gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
204 stars 25 forks source link

not important #118

Open gitut2007 opened 5 years ago

gitut2007 commented 5 years ago

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.

gyng commented 4 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>