I have extracted direct link to youtube file and need to start download once a link is clicked. I use HTML5 download="filename", but it doesn't work in IE or Opera. I've seen solutions with adding to file Header in PHP, but how could it be done using Meteor.js or Node.js.
EDIT: Solution for Node.js , but still wondering about Meteor.js
<a href="http://example.com/file.mp4" download="filename">Link</a>