Hi, with a minor change in download-button.js is possible to directly download de file instead of browser opening another tab showing the mp4 video. Only adding a download tag in the anchor definition like:
a.setAttribute("download", url.pathname.split("/")[4])
Hi, with a minor change in download-button.js is possible to directly download de file instead of browser opening another tab showing the mp4 video. Only adding a download tag in the anchor definition like: a.setAttribute("download", url.pathname.split("/")[4])
I've tested it and works great ! Cheers