I am interested in downloading mp3 files from remote server (CDN) URL. Unfortunately it does not work when I simply put this URL as the "href" for a "button" or "a" HTML element; the file gets just open/streamed in new tab. How can I force downloading it using javascript ? or else if there is a python server-side based solution ?
Thanks!